include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) config...
[oota-llvm.git] / include / llvm / Config / llvm-config.h.in
index 25d13023516e80041719f6bc198339377ab567bf..bc9e8caf5d61ecd788a0ad32b91b672058509c89 100644 (file)
 /* LLVM architecture name for the native architecture, if available */
 #undef LLVM_NATIVE_ARCH
 
+/* LLVM name for the native AsmParser init function, if available */
+#undef LLVM_NATIVE_ASMPARSER
+
+/* 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
 
-/* LLVM name for the native TargetMC init function, if available */
+/* LLVM name for the native target MC init function, if available */
 #undef LLVM_NATIVE_TARGETMC
 
-/* LLVM name for the native AsmPrinter init function, if available */
-#undef LLVM_NATIVE_ASMPRINTER
-
-/* LLVM name for the native AsmPrinter init function, if available */
-#undef LLVM_NATIVE_ASMPARSER
-
 /* Define if this is Unixish platform */
 #undef LLVM_ON_UNIX