[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 05:52:02 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:
no - as long as it's intentional, leave it as-is
https://github.com/llvm/llvm-project/pull/90959
More information about the llvm-commits
mailing list