]> granicus.if.org Git - llvm/commit
[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such proble...
authorSerge Rogatch <srogatch@accesssoftek.com>
Tue, 17 Jan 2017 11:52:10 +0000 (11:52 +0000)
committerSerge Rogatch <srogatch@accesssoftek.com>
Tue, 17 Jan 2017 11:52:10 +0000 (11:52 +0000)
commitfca725c1928670ccc48510f431d96f19751dbc1b
treec8837048952e55e39c25a4de46099074ef1ed2f9
parent04f56107c5c591204f7faeafc721eb6b944cdfb7
[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier

Summary:
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
- https://reviews.llvm.org/D28623

Reviewers: rengolin, dberris

Reviewed By: dberris

Subscribers: llvm-commits, aemerson, rengolin, dberris, iid_iunknown

Differential Revision: https://reviews.llvm.org/D28624

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll