diff options
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r-- | include/llvm/Config/config.h.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 96b6200..c884c6d 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -576,11 +576,8 @@ /* LLVM name for the native AsmPrinter init function, if available */ #undef LLVM_NATIVE_ASMPRINTER -/* LLVM name for the native MCAsmInfo init function, if available */ -#undef LLVM_NATIVE_MCASMINFO - -/* LLVM name for the native MCCodeGenInfo init function, if available */ -#undef LLVM_NATIVE_MCCODEGENINFO +/* LLVM name for the native TargetMC init function, if available */ +#undef LLVM_NATIVE_TARGETMC /* LLVM name for the native Target init function, if available */ #undef LLVM_NATIVE_TARGET |