summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-07-01 02:55:22 +0000
committerEric Christopher <echristo@gmail.com>2017-07-01 02:55:22 +0000
commit015dc2094ef662bc7043a974b1f4738c89e8080e (patch)
tree01973674864bc32e03172edd09d9bde93a658f6d /llvm/lib/Target/ARM/ARMTargetObjectFile.h
parent96b416496839657a59ccad6ef15d7737ef7f2695 (diff)
downloadbcm5719-llvm-015dc2094ef662bc7043a974b1f4738c89e8080e.tar.gz
bcm5719-llvm-015dc2094ef662bc7043a974b1f4738c89e8080e.zip
Rewrite ARM execute only support to avoid the use of a command line flag and unqualified ARMSubtarget lookup.
Paired with a clang commit to use the new behavior. llvm-svn: 306927
Diffstat (limited to 'llvm/lib/Target/ARM/ARMTargetObjectFile.h')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetObjectFile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetObjectFile.h b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
index dbb8128269d..bd7aa1cfe02 100644
--- a/llvm/lib/Target/ARM/ARMTargetObjectFile.h
+++ b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
@@ -16,8 +16,6 @@
namespace llvm {
class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
- mutable bool genExecuteOnly = false;
-
protected:
const MCSection *AttributesSection = nullptr;
OpenPOWER on IntegriCloud