For macOS, the code says, the XRay flag is only supported on x86_64.
Updating the test and making that check explicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The code says that it is supported only on x86_64 macOS. The way this test is written, it should fail on platforms where it is supported.
(Sorry about the delay here.)