mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 17:33:29 +00:00
Teach cmake configured headers about LLVM_NATIVE_TARGETMC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ab4e3dd23
commit
1608637bbd
@ -557,11 +557,8 @@
|
||||
/* LLVM name for the native TargetInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
|
||||
|
||||
/* LLVM name for the native MCAsmInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_MCASMINFO LLVMInitialize${LLVM_NATIVE_ARCH}MCAsmInfo
|
||||
|
||||
/* LLVM name for the native MCCodeGenInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_MCCODEGENINFO LLVMInitialize${LLVM_NATIVE_ARCH}MCCodeGenInfo
|
||||
/* LLVM name for the native TargetMC init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
|
||||
|
||||
/* Define if this is Unixish platform */
|
||||
#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
|
||||
|
@ -58,11 +58,8 @@
|
||||
/* LLVM name for the native TargetInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
|
||||
|
||||
/* LLVM name for the native MCAsmInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_MCASMINFO LLVMInitialize${LLVM_NATIVE_ARCH}MCAsmInfo
|
||||
|
||||
/* LLVM name for the native MCCodeGenInfo init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_MCCODEGENINFO LLVMInitialize${LLVM_NATIVE_ARCH}MCCodeGenInfo
|
||||
/* LLVM name for the native TargetMC init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
|
||||
|
||||
/* LLVM name for the native AsmPrinter init function, if available */
|
||||
#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
|
||||
|
Loading…
Reference in New Issue
Block a user