commit | 32b952a2a60d1091e0e17bb6ce788cd1d41e6f8b | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Thu Sep 25 21:00:33 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Thu Sep 25 21:00:33 2008 +0000 |
tree | ecadc8690534554752eb68d3b76000b96f487b1e | |
parent | 0b457f0c3a7e21b1fb9ac8b9f8e404e1312b6a60 [diff] [blame] |
Reapply 56585:56589 with proper fix for some gcc versions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56621 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp index 0613078..29a9d84 100644 --- a/lib/Target/ARM/ARMTargetMachine.cpp +++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -120,7 +120,7 @@ case ARMSubtarget::isELF: return new ARMELFTargetAsmInfo(*this); default: - return new ARMTargetAsmInfo(*this); + return new ARMGenericTargetAsmInfo(*this); } }