mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add the configurable configuration files for llvmc.
llvm-svn: 18190
This commit is contained in:
parent
8ea9ac89f6
commit
b48e284ed5
@ -43,7 +43,8 @@ dnl Configure header files
|
|||||||
AC_CONFIG_HEADERS(include/llvm/Config/config.h)
|
AC_CONFIG_HEADERS(include/llvm/Config/config.h)
|
||||||
|
|
||||||
dnl Configure other output file
|
dnl Configure other output file
|
||||||
AC_CONFIG_FILES(Makefile.config)
|
AC_CONFIG_FILES([Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll
|
||||||
|
tools/llvmc/c])
|
||||||
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
|
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
|
||||||
AC_CONFIG_HEADERS([include/llvm/ADT/hash_map])
|
AC_CONFIG_HEADERS([include/llvm/ADT/hash_map])
|
||||||
AC_CONFIG_HEADERS([include/llvm/ADT/hash_set])
|
AC_CONFIG_HEADERS([include/llvm/ADT/hash_set])
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -1603,7 +1603,7 @@ done
|
|||||||
ac_config_headers="$ac_config_headers include/llvm/Config/config.h"
|
ac_config_headers="$ac_config_headers include/llvm/Config/config.h"
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile.config"
|
ac_config_files="$ac_config_files Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c"
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
|
ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
|
||||||
|
|
||||||
@ -25074,6 +25074,10 @@ do
|
|||||||
case "$ac_config_target" in
|
case "$ac_config_target" in
|
||||||
# Handling of arguments.
|
# Handling of arguments.
|
||||||
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
|
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
|
||||||
|
"tools/llvmc/st" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/st" ;;
|
||||||
|
"tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
|
||||||
|
"tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
|
||||||
|
"tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
|
||||||
"lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$platform_type" ;;
|
"lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$platform_type" ;;
|
||||||
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
|
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
|
||||||
"Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
|
"Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user