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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 23:01:43 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll:37
+; CHECK-IOS-LABEL: .section __DATA,xray_instr_map{{$}}
+; CHECK-IOS-LABEL: Lxray_sleds_start0:
+; CHECK-IOS:         .long Lxray_sled_0
----------------
I find that these suffixes (original issue) made updating difficult. I landed some fixes (e.g. 49b61ead47c111171c324f94e849534798f69dc2) to make them less sensitive.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145291



More information about the llvm-commits mailing list