pass the TargetTriple down from each target ctor to the
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.cpp
index fd6e765d93818669b3e3cb23664015aedd09c49d..c66570b2e3cbd4bbee5d8282c17d3d577f3cae06 100644 (file)
@@ -39,7 +39,7 @@ ARMBaseTargetMachine::ARMBaseTargetMachine(const Target &T,
                                            const std::string &TT,
                                            const std::string &FS,
                                            bool isThumb)
-  : LLVMTargetMachine(T),
+  : LLVMTargetMachine(T, TT),
     Subtarget(TT, FS, isThumb),
     FrameInfo(Subtarget),
     JITInfo(),