[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)

Sebastian Kreutzer via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 11:05:45 PDT 2024


================
@@ -27,6 +27,7 @@ class XRayArgs {
   XRayInstrSet InstrumentationBundle;
   llvm::opt::Arg *XRayInstrument = nullptr;
   bool XRayRT = true;
+  bool XRayEnableShared = false;
----------------
sebastiankreutzer wrote:

Done

https://github.com/llvm/llvm-project/pull/90959


More information about the cfe-commits mailing list