mirror of https://github.com/microsoft/clang.git
Revert part of r. 325746 D43378
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
This commit is contained in:
parent
4dda250ae5
commit
c5fc244d55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue