summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-19 08:25:27 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-19 08:25:27 +0000
commit278a9f4336619f15cac436b6983dd4d8e2b3fc3b (patch)
tree391de4d832e041b4733d0f2314a16f390068a996 /llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
parent9dedf64238bdbf662b6946d27e5ac5170c1a9c93 (diff)
downloadbcm5719-llvm-278a9f4336619f15cac436b6983dd4d8e2b3fc3b.tar.gz
bcm5719-llvm-278a9f4336619f15cac436b6983dd4d8e2b3fc3b.zip
Move ARM build attributes into Support
This moves the ARM build attributes definitions and support routines into the Support library. The support routines simply permit the conversion of the value to and from a string representation. The movement is prompted in order to permit access to the constants and string representations from readobj in order to facilitate decoding of the attributes section. llvm-svn: 199575
Diffstat (limited to 'llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp')
-rw-r--r--llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
index 62c1eaced91..1e3dc617447 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
@@ -13,7 +13,6 @@
//
//===----------------------------------------------------------------------===//
-#include "ARMBuildAttrs.h"
#include "ARMArchName.h"
#include "ARMFPUName.h"
#include "ARMRegisterInfo.h"
@@ -39,6 +38,7 @@
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
+#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/ARMEHABI.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ELF.h"
OpenPOWER on IntegriCloud