From: Fangrui Song Date: Thu, 8 Aug 2019 04:56:21 +0000 (+0000) Subject: [Driver] Delete XFAIL: windows-msvc after D65880/r368245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4f9f189c712d122f355a6cc9f0bf492e1f601b0;p=clang [Driver] Delete XFAIL: windows-msvc after D65880/r368245 `-target %itanium_abi_triple` fixed the problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/linker-opts.c b/test/Driver/linker-opts.c index 70f51431eb..e1673f7b08 100644 --- a/test/Driver/linker-opts.c +++ b/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