aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorLogan <tzuhsiang.chien@gmail.com>2010-11-28 14:02:06 +0800
committerLogan <tzuhsiang.chien@gmail.com>2010-11-28 14:02:06 +0800
commitf9c58890509dd0b93fb2d12451ba63a3959304fd (patch)
tree851592d3bc93a678412a7c41cf2308f826318751 /host
parent84284868627fd84ad2a70828c5423c26f3683e8a (diff)
downloadexternal_llvm-f9c58890509dd0b93fb2d12451ba63a3959304fd.zip
external_llvm-f9c58890509dd0b93fb2d12451ba63a3959304fd.tar.gz
external_llvm-f9c58890509dd0b93fb2d12451ba63a3959304fd.tar.bz2
Fix typo: X86 -> ARM.
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/Disassemblers.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/llvm/Config/Disassemblers.def b/host/include/llvm/Config/Disassemblers.def
index fdb8499..d3a679a 100644
--- a/host/include/llvm/Config/Disassemblers.def
+++ b/host/include/llvm/Config/Disassemblers.def
@@ -24,6 +24,7 @@
# error Please define the macro LLVM_DISASSEMBLER(TargetName)
#endif
-LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(X86)
+LLVM_DISASSEMBLER(X86)
+LLVM_DISASSEMBLER(ARM)
#undef LLVM_DISASSEMBLER