r325748 - Revert part of r. 325746 D43378

Kamil Rytarowski via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 22:48:34 PST 2018


Author: kamil
Date: Wed Feb 21 22:48:34 2018
New Revision: 325748

URL: http://llvm.org/viewvc/llvm-project?rev=325748&view=rev
Log:
Revert part of r. 325746 D43378

test/Driver/XRay/xray-shared-noxray.cpp fails on !Linux hosts.

Modified:
    cfe/trunk/test/Driver/XRay/xray-shared-noxray.cpp

Modified: cfe/trunk/test/Driver/XRay/xray-shared-noxray.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/XRay/xray-shared-noxray.cpp?rev=325748&r1=325747&r2=325748&view=diff
==============================================================================
--- cfe/trunk/test/Driver/XRay/xray-shared-noxray.cpp (original)
+++ cfe/trunk/test/Driver/XRay/xray-shared-noxray.cpp Wed Feb 21 22:48:34 2018
@@ -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




More information about the cfe-commits mailing list