[PATCH] D145291: [AArch64][ARM][X86] Split XRay tests for Linux/macOS

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 18:38:20 PST 2023


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


================
Comment at: llvm/test/CodeGen/AArch64/xray-attribute-instrumentation.ll:31
+; CHECK-LINUX-LABEL: xray_instr_map
+; CHECK-LINUX-LABEL: Lxray_sleds_start0
+; CHECK-LINUX:         .xword .Lxray_sled_0
----------------
For labels, prefer `:`

This applies all files you are going to update.


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

https://reviews.llvm.org/D145291



More information about the llvm-commits mailing list