diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-29 17:41:34 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-29 17:41:34 +0000 |
commit | d3df7eb678d02e674bf0078a7ce247c0e4fdc485 (patch) | |
tree | efc6ff8d35a618085bf37203da0120e2f325ee88 /configure | |
parent | 43d1fd449f1a0ac9d9dafa0b9569bb6b2e976198 (diff) | |
download | external_llvm-d3df7eb678d02e674bf0078a7ce247c0e4fdc485.zip external_llvm-d3df7eb678d02e674bf0078a7ce247c0e4fdc485.tar.gz external_llvm-d3df7eb678d02e674bf0078a7ce247c0e4fdc485.tar.bz2 |
Regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34261,11 +34261,11 @@ ac_config_headers="$ac_config_headers include/llvm/Config/config.h" ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h" -ac_config_headers="$ac_config_headers include/llvm/ADT/hash_map" +ac_config_headers="$ac_config_headers include/llvm/ADT/hash_map.h" -ac_config_headers="$ac_config_headers include/llvm/ADT/hash_set" +ac_config_headers="$ac_config_headers include/llvm/ADT/hash_set.h" -ac_config_headers="$ac_config_headers include/llvm/ADT/iterator" +ac_config_headers="$ac_config_headers include/llvm/ADT/iterator.h" ac_config_files="$ac_config_files Makefile.config" @@ -34884,9 +34884,9 @@ do case $ac_config_target in "include/llvm/Config/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Config/config.h" ;; "include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes.h" ;; - "include/llvm/ADT/hash_map") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/hash_map" ;; - "include/llvm/ADT/hash_set") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/hash_set" ;; - "include/llvm/ADT/iterator") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/iterator" ;; + "include/llvm/ADT/hash_map.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/hash_map.h" ;; + "include/llvm/ADT/hash_set.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/hash_set.h" ;; + "include/llvm/ADT/iterator.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/iterator.h" ;; "Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;; "llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;; "docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;; |