projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aacc7d
)
[Driver] Delete XFAIL: windows-msvc after D65880/r368245
author
Fangrui Song
<maskray@google.com>
Thu, 8 Aug 2019 04:56:21 +0000
(
04:56
+0000)
committer
Fangrui Song
<maskray@google.com>
Thu, 8 Aug 2019 04:56:21 +0000
(
04:56
+0000)
`-target %itanium_abi_triple` fixed the problem.
llvm-svn: 368251
clang/test/Driver/linker-opts.c
patch
|
blob
|
history
diff --git
a/clang/test/Driver/linker-opts.c
b/clang/test/Driver/linker-opts.c
index 70f51431eb5e10765416f6691599428bce1f44f1..e1673f7b08d463f6013fbf077f91451470fccfa0 100644
(file)
--- a/
clang/test/Driver/linker-opts.c
+++ b/
clang/test/Driver/linker-opts.c
@@
-7,7
+7,6
@@
// CHECK: "-la"
// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
-// XFAIL: windows-msvc
// REQUIRES: clang-driver
// REQUIRES: native