summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBuildAttrs.h
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-10-06 22:36:46 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-10-06 22:36:46 +0000
commitdef9ac48b779a4cb0b1d1486286cda157a2fe86e (patch)
treedf2e5851675ff17b4f2f053ae630eb65efac2dc0 /lib/Target/ARM/ARMBuildAttrs.h
parentd8e0bfe07a7d101eeed7204d1dfcaae17ad51908 (diff)
downloadllvm-def9ac48b779a4cb0b1d1486286cda157a2fe86e.tar.gz
llvm-def9ac48b779a4cb0b1d1486286cda157a2fe86e.tar.bz2
llvm-def9ac48b779a4cb0b1d1486286cda157a2fe86e.tar.xz
First in a sequence of ARM/MC/*ELF* specific work.
Lifted the EmitRawText calls to ARMAsmPrinter::emitAttribute() Added ARMAsmPrinter::emitAttributes() (plural s). TODO: .cpu attribute needs to be refactored git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBuildAttrs.h')
-rw-r--r--lib/Target/ARM/ARMBuildAttrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBuildAttrs.h b/lib/Target/ARM/ARMBuildAttrs.h
index 3b38375fbc..405b611220 100644
--- a/lib/Target/ARM/ARMBuildAttrs.h
+++ b/lib/Target/ARM/ARMBuildAttrs.h
@@ -16,7 +16,7 @@
#define __TARGET_ARMBUILDATTRS_H__
namespace ARMBuildAttrs {
- enum {
+ enum AttrType {
File = 1,
Section = 2,
Symbol = 3,