]> granicus.if.org Git - clang/commitdiff
Revert part of r. 325746 D43378
authorKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 06:48:34 +0000 (06:48 +0000)
committerKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 06:48:34 +0000 (06:48 +0000)
test/Driver/XRay/xray-shared-noxray.cpp fails on !Linux hosts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325748 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/XRay/xray-shared-noxray.cpp

index a03345fac99f8abf91ec7bff08adf583f07d2bc5..c279f93f3f3d8440371f73a2d8c8b8a086c1ff4d 100644 (file)
@@ -8,7 +8,7 @@
 // SHARED-NOT: {{clang_rt\.xray-}}
 // STATIC: {{clang_rt\.xray-}}
 //
-// REQUIRES: enable_shared
+// REQUIRES: linux, enable_shared
 int foo() { return 42; }
 
 #ifdef MAIN