diff options
author | dim <dim@FreeBSD.org> | 2011-02-26 23:12:36 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2011-02-26 23:12:36 +0000 |
commit | 6a0eb8185ba164ed9ceb6d0ca634e86792af6dcd (patch) | |
tree | 9eeddab62ca18182b3db09adb967a9b9b4f07377 /lib/clang/include/llvm/Config/llvm-config.h | |
parent | f56e67f7542a412583830ea4fdeba2e562af47b5 (diff) | |
download | FreeBSD-src-6a0eb8185ba164ed9ceb6d0ca634e86792af6dcd.zip FreeBSD-src-6a0eb8185ba164ed9ceb6d0ca634e86792af6dcd.tar.gz |
Update llvm's config.h files to match more closely what is generated by
a regular autoconf-based build. More cosmetic than functional changes.
Diffstat (limited to 'lib/clang/include/llvm/Config/llvm-config.h')
-rw-r--r-- | lib/clang/include/llvm/Config/llvm-config.h | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h index 04ff06f..e6912ba 100644 --- a/lib/clang/include/llvm/Config/llvm-config.h +++ b/lib/clang/include/llvm/Config/llvm-config.h @@ -18,8 +18,38 @@ /* TODO: This is a bit of a hack. */ #ifndef CONFIG_H +/* Installation directory for binary executables */ +/* #undef LLVM_BINDIR */ + +/* Time at which LLVM was configured */ +/* #undef LLVM_CONFIGTIME */ + +/* Installation directory for data files */ +/* #undef LLVM_DATADIR */ + +/* Installation directory for documentation */ +/* #undef LLVM_DOCSDIR */ + +/* Installation directory for config files */ +/* #undef LLVM_ETCDIR */ + +/* Host triple we were built on */ +/* #undef LLVM_HOSTTRIPLE */ + +/* Installation directory for include files */ +/* #undef LLVM_INCLUDEDIR */ + +/* Installation directory for .info files */ +/* #undef LLVM_INFODIR */ + +/* Installation directory for libraries */ +/* #undef LLVM_LIBDIR */ + +/* Installation directory for man pages */ +/* #undef LLVM_MANDIR */ + /* Build multithreading support into LLVM */ -/* #undef LLVM_MULTITHREADED */ +#define LLVM_MULTITHREADED 0 /* LLVM architecture name for the native architecture, if available */ #define LLVM_NATIVE_ARCH X86 @@ -64,6 +94,6 @@ /* #undef LLVM_PATH_TWOPI */ /* Installation prefix directory */ -#define LLVM_PREFIX "/usr" +/* #undef LLVM_PREFIX */ #endif |