summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-20 17:04:49 +0000
committerEric Christopher <echristo@apple.com>2011-07-20 17:04:49 +0000
commit91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40 (patch)
tree4fcc4285348a67f311ac9098df5573b24cfb39c1 /include/llvm/Config/config.h.in
parent626f52d43df67c29b156f524551327d741ef80bf (diff)
downloadllvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.gz
llvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.bz2
llvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.xz
Regenerate configure and friends for Chad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 6042d93107..96b6200aa3 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -3,6 +3,9 @@
#ifndef CONFIG_H
#define CONFIG_H
+/* Bug report URL. */
+#undef BUG_REPORT_URL
+
/* Relative directory for resource files */
#undef CLANG_RESOURCE_DIR
@@ -576,7 +579,7 @@
/* LLVM name for the native MCAsmInfo init function, if available */
#undef LLVM_NATIVE_MCASMINFO
-/* LLVM name for the native MCCODEGENInfo init function, if available */
+/* LLVM name for the native MCCodeGenInfo init function, if available */
#undef LLVM_NATIVE_MCCODEGENINFO
/* LLVM name for the native Target init function, if available */