We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b86a commit 1b84697Copy full SHA for 1b84697
compiler-rt/lib/xray/CMakeLists.txt
@@ -371,7 +371,7 @@ else() # not Apple
371
LINK_LIBS ${XRAY_LINK_LIBS}
372
DEFS ${XRAY_COMMON_DEFINITIONS}
373
OBJECT_LIBS ${XRAY_COMMON_RUNTIME_OBJECT_LIBS} RTXray
374
- PARENT_TARGET xray)
+ PARENT_TARGET xray)
375
# FDR mode runtime archive (addon for clang_rt.xray)
376
add_compiler_rt_runtime(clang_rt.xray-fdr
377
STATIC
compiler-rt/test/xray/TestCases/Posix/clang-enable-shared.cpp
@@ -11,4 +11,4 @@
11
[[clang::xray_always_instrument]] int always_instrumented() { return 42; }
12
13
// ENABLED: __start_xray_instr_map
14
-// DISABLED-NOT: __start_xray_instr_map
+// DISABLED-NOT: __start_xray_instr_map
0 commit comments