MC: Provide MCAssembler with a TargetAsmBackend.
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
index a7062ac94f35d9e8a54a1dff2de32be86c5cfbfe..4ab2e5cf3d232d9f83fa33f85c4d632f2bc3a146 100644 (file)
@@ -224,6 +224,8 @@ public:
 /// implemented with the LLVM target-independent code generator.
 ///
 class LLVMTargetMachine : public TargetMachine {
+  std::string TargetTriple;
+
 protected: // Can only create subclasses.
   LLVMTargetMachine(const Target &T, const std::string &TargetTriple);