Skip to content

Commit 1b84697

Browse files
Minor formatting fixes
1 parent 1e3b86a commit 1b84697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/lib/xray/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ else() # not Apple
371371
LINK_LIBS ${XRAY_LINK_LIBS}
372372
DEFS ${XRAY_COMMON_DEFINITIONS}
373373
OBJECT_LIBS ${XRAY_COMMON_RUNTIME_OBJECT_LIBS} RTXray
374-
PARENT_TARGET xray)
374+
PARENT_TARGET xray)
375375
# FDR mode runtime archive (addon for clang_rt.xray)
376376
add_compiler_rt_runtime(clang_rt.xray-fdr
377377
STATIC

compiler-rt/test/xray/TestCases/Posix/clang-enable-shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[[clang::xray_always_instrument]] int always_instrumented() { return 42; }
1212

1313
// ENABLED: __start_xray_instr_map
14-
// DISABLED-NOT: __start_xray_instr_map
14+
// DISABLED-NOT: __start_xray_instr_map

0 commit comments

Comments
 (0)