Fix LLVM target initialization to deal with sociopathic outside projects
[oota-llvm.git] / include / llvm / Config / config.h.in
index 911f9877bae31963b06e871a8be8a115af6319f7..d62da1ab0377a5cda7cd9a85a94212dd68a7c6b6 100644 (file)
 /* LLVM architecture name for the native architecture, if available */
 #undef LLVM_NATIVE_ARCH
 
-/* Short LLVM architecture name for the native architecture, if available */
-#undef LLVM_NATIVE_ARCHNAME
+/* LLVM name for the native AsmPrinter init function, if available */
+#undef LLVM_NATIVE_ASMPRINTER
+
+/* LLVM name for the native Target init function, if available */
+#undef LLVM_NATIVE_TARGET
+
+/* LLVM name for the native TargetInfo init function, if available */
+#undef LLVM_NATIVE_TARGETINFO
 
 /* Define if this is Unixish platform */
 #undef LLVM_ON_UNIX