[lld] b0969be - [LLD] [COFF] Try to fix test errors from 7f0e6c31c255303 on windows
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 03:47:53 PDT 2020
Author: Martin Storsjö
Date: 2020-05-14T13:47:34+03:00
New Revision: b0969be4dfbbb81acb34c7d4c38ef158d2c27d00
URL: https://github.com/llvm/llvm-project/commit/b0969be4dfbbb81acb34c7d4c38ef158d2c27d00
DIFF: https://github.com/llvm/llvm-project/commit/b0969be4dfbbb81acb34c7d4c38ef158d2c27d00.diff
LOG: [LLD] [COFF] Try to fix test errors from 7f0e6c31c255303 on windows
Just skip trying to match for the path separator explicitly (instead
of making it match either a forward or backwards slash), simplifying
the test a little.
Added:
Modified:
lld/test/COFF/autoimport-x86.s
Removed:
################################################################################
diff --git a/lld/test/COFF/autoimport-x86.s b/lld/test/COFF/autoimport-x86.s
index 62c57b0fb636..bde6921ff243 100644
--- a/lld/test/COFF/autoimport-x86.s
+++ b/lld/test/COFF/autoimport-x86.s
@@ -49,7 +49,7 @@
# the symbol table.
# SYMBOLS-NOT: variable
-# DISABLED: error: automatic dllimport of variable in {{.*}}/autoimport-x86.s.tmp.noptrs.obj requires pseudo relocations
+# DISABLED: error: automatic dllimport of variable in {{.*}}autoimport-x86.s.tmp.noptrs.obj requires pseudo relocations
.global main
.text
More information about the llvm-commits
mailing list