diff options
Diffstat (limited to 'llvm/include/llvm/Config/llvm-config.h.in')
-rw-r--r-- | llvm/include/llvm/Config/llvm-config.h.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/include/llvm/Config/llvm-config.h.in b/llvm/include/llvm/Config/llvm-config.h.in index 980096a3aa9..25d13023516 100644 --- a/llvm/include/llvm/Config/llvm-config.h.in +++ b/llvm/include/llvm/Config/llvm-config.h.in @@ -58,11 +58,8 @@ /* LLVM name for the native TargetInfo init function, if available */ #undef LLVM_NATIVE_TARGETINFO -/* 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 AsmPrinter init function, if available */ #undef LLVM_NATIVE_ASMPRINTER |