[PATCH] D117208: [X86][LLD] Fix warning from updated data layout in LLD tests

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 03:48:41 PST 2022


gbreynoo created this revision.
gbreynoo added reviewers: pengfei, rnk, craig.topper.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The commit 9b43237128da0a7a3bc8a16f6f2c0897b9e842be <https://reviews.llvm.org/rG9b43237128da0a7a3bc8a16f6f2c0897b9e842be> fixed a number of failing tests but introduced a warning output to lld/test/COFF/libcall-archive.ll due to the input file also needing updating. This change updates the input file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117208

Files:
  lld/test/COFF/Inputs/libcall-archive.ll


Index: lld/test/COFF/Inputs/libcall-archive.ll
===================================================================
--- lld/test/COFF/Inputs/libcall-archive.ll
+++ lld/test/COFF/Inputs/libcall-archive.ll
@@ -1,4 +1,4 @@
-target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:32-n8:16:32-a:0:32-S32"
+target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32-a:0:32-S32"
 target triple = "i686-unknown-windows"
 
 define void @memcpy() {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117208.399621.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220113/7709e6c7/attachment.bin>


More information about the llvm-commits mailing list