We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f686a90 commit 394f388Copy full SHA for 394f388
clang/test/Driver/XRay/lit.local.cfg
@@ -19,3 +19,6 @@ if len(triple_set.intersection(supported_targets)) == 0:
19
# Do not run for 'android' despite being linux.
20
if len(triple_set.intersection(supported_oses)) == 0 or 'android' in triple_set:
21
config.unsupported = True
22
+
23
+if config.enable_shared:
24
+ config.available_features.update(['enable_shared'])
clang/test/Driver/XRay/xray-shared-noxray.cpp
@@ -6,7 +6,7 @@
6
// SHARED-NOT: {{clang_rt\.xray-}}
7
// STATIC: {{clang_rt\.xray-}}
8
//
9
-// REQUIRES: linux
+// REQUIRES: linux, enable_shared
10
int foo() { return 42; }
11
12
#ifdef MAIN
0 commit comments