rust/tests/ui/instrument-xray
Oleksii Lozovskyi 3561dc948c Emit an error if -Z instrument-xray is not supported
This is somewhat important because LLVM enables the pass based on
target architecture, but support by the target OS also matters.

For example, XRay attributes are processed by codegen for macOS
targets, but Apple linker fails to process relocations in XRay
data sections, so the feature as a whole is not supported there
for the time being.
2023-02-09 12:29:40 +09:00
..
flags-always-never-1.rs UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-always-never-1.stderr UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-always-never-2.rs UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-basic.rs UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-dupe-always.rs UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-dupe-always.stderr UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-dupe-ignore-loops.rs UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
flags-dupe-ignore-loops.stderr UI tests for -Z instrument-xray 2023-02-09 12:27:58 +09:00
target-not-supported.rs Emit an error if -Z instrument-xray is not supported 2023-02-09 12:29:40 +09:00
target-not-supported.stderr Emit an error if -Z instrument-xray is not supported 2023-02-09 12:29:40 +09:00