diff options
Diffstat (limited to 'lib/clang/include')
-rw-r--r-- | lib/clang/include/clang/Basic/Version.inc | 4 | ||||
-rw-r--r-- | lib/clang/include/clang/Config/config.h | 12 | ||||
-rw-r--r-- | lib/clang/include/llvm/Config/config.h | 3 |
3 files changed, 14 insertions, 5 deletions
diff --git a/lib/clang/include/clang/Basic/Version.inc b/lib/clang/include/clang/Basic/Version.inc index 55d4ea6..dd67a2b 100644 --- a/lib/clang/include/clang/Basic/Version.inc +++ b/lib/clang/include/clang/Basic/Version.inc @@ -5,6 +5,6 @@ #define CLANG_VERSION_MINOR 1 #define CLANG_VENDOR "FreeBSD " -#define CLANG_VENDOR_SUFFIX " 20120413" +#define CLANG_VENDOR_SUFFIX " 20120503" -#define SVN_REVISION "154661" +#define SVN_REVISION "155985" diff --git a/lib/clang/include/clang/Config/config.h b/lib/clang/include/clang/Config/config.h index 7348308..8a7936b 100644 --- a/lib/clang/include/clang/Config/config.h +++ b/lib/clang/include/clang/Config/config.h @@ -11,10 +11,16 @@ /* Relative directory for resource files */ #define CLANG_RESOURCE_DIR "" -/* Directory where gcc is installed. */ -#define GCC_INSTALL_PREFIX "" - /* Directories clang will search for headers */ #define C_INCLUDE_DIRS "" +/* Linker version detected at compile time. */ +/* #undef HOST_LINK_VERSION */ + +/* Default <path> to all compiler invocations for --sysroot=<path>. */ +/* #undef DEFAULT_SYSROOT */ + +/* Directory where gcc is installed. */ +#define GCC_INSTALL_PREFIX "" + #endif diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index f6001e9..c84c6d8 100644 --- a/lib/clang/include/llvm/Config/config.h +++ b/lib/clang/include/llvm/Config/config.h @@ -14,6 +14,9 @@ /* Directories clang will search for headers */ #define C_INCLUDE_DIRS "" +/* Default <path> to all compiler invocations for --sysroot=<path>. */ +/* #undef DEFAULT_SYSROOT */ + /* Define if position independent code is enabled */ #define ENABLE_PIC 0 |