[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:14 PDT 2024


================
@@ -2922,6 +2922,11 @@ def fxray_selected_function_group :
   HelpText<"When using -fxray-function-groups, select which group of functions to instrument. Valid range is 0 to fxray-function-groups - 1">,
   MarshallingInfoInt<CodeGenOpts<"XRaySelectedFunctionGroup">, "0">;
 
+defm xray_enable_shared : BoolFOption<"xray-enable-shared",
----------------
sebastiankreutzer wrote:

Good point. I adjusted the option name as suggested. 

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


More information about the cfe-commits mailing list