diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2017-12-30 18:38:44 +0000 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2017-12-30 18:38:44 +0000 |
commit | 509607e4269f41001c8058defee9711b1093919d (patch) | |
tree | fa122f469286c7dcebf9386af74ee6fd3b8875f3 /include/clang/Config | |
parent | 67245e0d36c6dd3d02f8434dffa29de19b97e620 (diff) | |
download | clang-509607e4269f41001c8058defee9711b1093919d.tar.gz |
Reverted 321587: Enable configuration files in clang
Need to check targets in tests more carefully.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Config')
-rw-r--r-- | include/clang/Config/config.h.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake index 5f420195e8..daac9b7b45 100644 --- a/include/clang/Config/config.h.cmake +++ b/include/clang/Config/config.h.cmake @@ -35,10 +35,6 @@ /* Directories clang will search for headers */ #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}" -/* Directories clang will search for configuration files */ -#cmakedefine CLANG_CONFIG_FILE_SYSTEM_DIR "${CLANG_CONFIG_FILE_SYSTEM_DIR}" -#cmakedefine CLANG_CONFIG_FILE_USER_DIR "${CLANG_CONFIG_FILE_USER_DIR}" - /* Default <path> to all compiler invocations for --sysroot=<path>. */ #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}" |