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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 14:23:12 PST 2023


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/xray-attribute-instrumentation.ll:30
 
-; CHECK-LABEL: xray_instr_map
-; CHECK-LABEL: Lxray_sleds_start0
-; CHECK:       .xword .Lxray_sled_0
-; CHECK:       .xword .Lxray_sled_1
-; CHECK-LABEL: Lxray_sleds_end0
+; CHECK-LINUX-LABEL: .section xray_instr_map
+; CHECK-LINUX-LABEL: Lxray_sleds_start0:
----------------
Ensure that you include the flags and type parts in `.section xray_instr_map,"....",....`


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

https://reviews.llvm.org/D145291



More information about the llvm-commits mailing list