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:
Kamil Rytarowski 2018-02-22 06:48:34 +00:00
parent 4dda250ae5
commit c5fc244d55
1 changed files with 1 additions and 1 deletions

View 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