diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 01:50:43 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 01:50:43 +0000 |
commit | 4362c6225ede377e05a8f3da7072a0a836e5da0b (patch) | |
tree | 24086fd40b3b05cc43f5dc615a842b21d8d5be49 /include/llvm/Config | |
parent | d577a0669b23734e6057139fd0c0b367dff08bb3 (diff) | |
download | external_llvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.zip external_llvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.tar.gz external_llvm-4362c6225ede377e05a8f3da7072a0a836e5da0b.tar.bz2 |
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')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index c884c6d..7246f71 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 |