[mips] Use pristine object file while processing relocations.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index 9766a79ae5216be5945f2496d8b4a4f783a02742..5debb8b57858aea93abfdf0d57a2bb1adb89cb39 100644 (file)
@@ -156,6 +156,8 @@ protected:
     // kept in sync.
     SupportedArchs.push_back(Triple::aarch64);
     SupportedArchs.push_back(Triple::arm);
+    SupportedArchs.push_back(Triple::mips);
+    SupportedArchs.push_back(Triple::mipsel);
     SupportedArchs.push_back(Triple::x86);
     SupportedArchs.push_back(Triple::x86_64);