diff options
| author | Eric Christopher <echristo@apple.com> | 2011-07-20 17:04:49 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-07-20 17:04:49 +0000 |
| commit | 65080cc55c97c923153c2d740bf7f6fcf4b66968 (patch) | |
| tree | 44557fc7f498bb05cc4f4961ea0e823dfd39c864 /llvm | |
| parent | 6657e979f54d6e149949eef23fc0f57b5895b65c (diff) | |
| download | bcm5719-llvm-65080cc55c97c923153c2d740bf7f6fcf4b66968.tar.gz bcm5719-llvm-65080cc55c97c923153c2d740bf7f6fcf4b66968.zip | |
Regenerate configure and friends for Chad.
llvm-svn: 135592
Diffstat (limited to 'llvm')
| -rwxr-xr-x | llvm/configure | 18 | ||||
| -rw-r--r-- | llvm/include/llvm/Config/config.h.in | 5 |
2 files changed, 21 insertions, 2 deletions
diff --git a/llvm/configure b/llvm/configure index f3f444e21ba..ad89e896d89 100755 --- a/llvm/configure +++ b/llvm/configure @@ -1471,6 +1471,8 @@ Optional Packages: 64 bit multilib directory. --with-binutils-include Specify path to binutils/include/ containing plugin-api.h file for gold plugin. + --with-bug-report-url Specify the URL where bug reports should be + submitted (default=http://llvm.org) --with-tclinclude directory where tcl headers are --with-llvmcc=<name> Choose the LLVM capable compiler to use (llvm-gcc, clang, or none; default=check) @@ -5526,6 +5528,20 @@ echo "$as_me: error: Invalid path to directory containing plugin-api.h." >&2;} fi fi + +# Check whether --with-bug-report-url was given. +if test "${with_bug_report_url+set}" = set; then + withval=$with_bug_report_url; +else + withval="http://llvm.org" +fi + + +cat >>confdefs.h <<_ACEOF +#define BUG_REPORT_URL "$withval" +_ACEOF + + # Check whether --enable-libffi was given. if test "${enable_libffi+set}" = set; then enableval=$enable_libffi; case "$enableval" in @@ -11602,7 +11618,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 11591 "configure" +#line 11621 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 6042d931079..96b6200aa33 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/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 */ |

