mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 23:26:32 +00:00

Similar to `__asan_default_options`, users can specify default options upon building the instrumented binaries by providing their own definition of `__xray_default_options` which returns the option strings. This is useful in cases where setting the `XRAY_OPTIONS` environment variable might be difficult. Plus, it's a convenient way to populate XRay options when you always want the instrumentation to be enabled.
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
___start_xray_fn_idx
|
|
___start_xray_instr_map
|
|
___stop_xray_fn_idx
|
|
___stop_xray_instr_map
|
|
___xray_default_options
|