[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)
Brian Cain via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 14:12:36 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
----------------
androm3da wrote:
unintentional whitespace change?
https://github.com/llvm/llvm-project/pull/90959
More information about the cfe-commits
mailing list