diff options
author | Renato Golin <renato.golin@linaro.org> | 2017-01-18 09:08:43 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2017-01-18 09:08:43 +0000 |
commit | 03c5e69d07b97dd650352aeeeec1af383acc41ac (patch) | |
tree | 6c4efc88ac0ad92d1073379d07ffa34a82b37bf4 /llvm/lib/Target | |
parent | 8f03fbe678e560a34edbc0d9cc9330a6a670da2b (diff) | |
download | bcm5719-llvm-03c5e69d07b97dd650352aeeeec1af383acc41ac.tar.gz bcm5719-llvm-03c5e69d07b97dd650352aeeeec1af383acc41ac.zip |
Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier"
This reverts commit r292210, as it broke the Thumb buldbot with:
clang-5.0: error: the clang compiler does not support '-fxray-instrument
on thumbv7-unknown-linux-gnueabihf'.
llvm-svn: 292357
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/ARM/ARMAsmPrinter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp index 95db35ce8ff..8ec9cb02813 100644 --- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp +++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp @@ -164,9 +164,6 @@ bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { // Emit the rest of the function body. EmitFunctionBody(); - // Emit the XRay table for this function. - emitXRayTable(); - // If we need V4T thumb mode Register Indirect Jump pads, emit them. // These are created per function, rather than per TU, since it's // relatively easy to exceed the thumb branch range within a TU. |