summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 01:50:43 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 01:50:43 +0000
commit4362c6225ede377e05a8f3da7072a0a836e5da0b (patch)
tree24086fd40b3b05cc43f5dc615a842b21d8d5be49 /include/llvm/Config/config.h.in
parentd577a0669b23734e6057139fd0c0b367dff08bb3 (diff)
downloadllvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.tar.gz
llvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.tar.bz2
llvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.tar.xz
configure: Update since r136721.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index c884c6da49..7246f71d03 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -576,15 +576,15 @@
/* LLVM name for the native AsmPrinter init function, if available */
#undef LLVM_NATIVE_ASMPRINTER
-/* 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
/* LLVM name for the native TargetInfo init function, if available */
#undef LLVM_NATIVE_TARGETINFO
+/* LLVM name for the native target MC init function, if available */
+#undef LLVM_NATIVE_TARGETMC
+
/* Define if this is Unixish platform */
#undef LLVM_ON_UNIX