[PATCH] D145849: [Driver][xray] Allow XRay on Apple Silicon

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 22:18:10 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/Driver/XRay/xray-instrument-macos.c:1
+// RUN: %clang -o /dev/null -v -fxray-instrument -target aarch64-apple-darwin20 -c %s
 // RUN: %clang -o /dev/null -v -fxray-instrument -target x86_64-apple-macos10.11 -c %s
----------------
`--target=`

Avoid `-target ` (legacy) for new tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145849/new/

https://reviews.llvm.org/D145849



More information about the cfe-commits mailing list