Emission of XRay table was occasionally disabled for Arm32, but this bug was not then detected because earlier (also by mistake) testing of XRay was occasionally disabled on 32-bit Arm targets. This patch should fix that problem and detect such problems in the future.
This patch is one of a series, see also
Details
Details
- Reviewers
dberris rengolin - Commits
- rG1106495b9ccc: Merging r292516: --------------------------------------------------------------…
rGf83d2a25bfe6: [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such…
rG50be6b45a9d1: [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such…
rL293295: Merging r292516:
rL292516: [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such…
rL292210: [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please, note that this change can stay in mainline if https://reviews.llvm.org/D28623 is reverted because that one is real build-breaker.