summaryrefslogtreecommitdiff
path: root/include/llvm/Config/llvm-config.h.in
diff options
context:
space:
mode:
authorJan Sjödin <jan_sjodin@yahoo.com>2011-03-09 17:25:46 +0000
committerJan Sjödin <jan_sjodin@yahoo.com>2011-03-09 17:25:46 +0000
commitdd54ffda263a17bddb0ad04a670916125972929a (patch)
tree1307a21f9195862b0d6746de512d08d070dcf4bc /include/llvm/Config/llvm-config.h.in
parent635f71880bf26c06cdf2c678b4804439a0503429 (diff)
downloadllvm-dd54ffda263a17bddb0ad04a670916125972929a.tar.gz
llvm-dd54ffda263a17bddb0ad04a670916125972929a.tar.bz2
llvm-dd54ffda263a17bddb0ad04a670916125972929a.tar.xz
Add InitializeNativeAsmParser function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/llvm-config.h.in')
-rw-r--r--include/llvm/Config/llvm-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/llvm-config.h.in b/include/llvm/Config/llvm-config.h.in
index e7a04ee91b..4766a7a2b2 100644
--- a/include/llvm/Config/llvm-config.h.in
+++ b/include/llvm/Config/llvm-config.h.in
@@ -61,6 +61,9 @@
/* 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