Nuke the old JIT.
[oota-llvm.git] / utils / llvm-build / llvmbuild / main.py
index 37aa5d84ceebb369f197f991fa275df146aeaf2c..5ffed0c385e0aca0aa4b6262cf15e9befc99e5f0 100644 (file)
@@ -783,7 +783,7 @@ def add_magic_target_components(parser, project, opts):
     # If we have a native target with a JIT, use that for the engine. Otherwise,
     # use the interpreter.
     if native_target and native_target.enabled and native_target.has_jit:
-        engine_group.required_libraries.append('JIT')
+        engine_group.required_libraries.append('MCJIT')
         engine_group.required_libraries.append(native_group.name)
     else:
         engine_group.required_libraries.append('Interpreter')