]> granicus.if.org Git - llvm/commit
Merging r292516:
authorHans Wennborg <hans@hanshq.net>
Fri, 27 Jan 2017 16:17:56 +0000 (16:17 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 27 Jan 2017 16:17:56 +0000 (16:17 +0000)
commit6144eee70a68ac9854c88d84edab7e56a1461679
tree60dd12f8d76bd979063d98354b74a349d904db1c
parent80ed97e3e2695dc0b2bdebf46e0dd0bb1c7cc0b8
Merging r292516:
------------------------------------------------------------------------
r292516 | rserge | 2017-01-19 12:24:23 -0800 (Thu, 19 Jan 2017) | 14 lines

[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/branches/release_40@293295 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