[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)
Sebastian Kreutzer via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 01:25:52 PDT 2024
================
@@ -346,8 +392,8 @@ else() # not Apple
DEFS ${XRAY_COMMON_DEFINITIONS}
OBJECT_LIBS RTXrayBASIC
PARENT_TARGET xray)
- # Profiler Mode runtime
- add_compiler_rt_runtime(clang_rt.xray-profiling
+ # Profiler Mode runtime
+ add_compiler_rt_runtime(clang_rt.xray-profiling
----------------
sebastiankreutzer wrote:
The indentation was inconsistent here so I've added the whitespaces to match the previous blocks.
Should I revert this change?
https://github.com/llvm/llvm-project/pull/90959
More information about the llvm-commits
mailing list