diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 3c3f412283a..22f41d10701 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -114,6 +114,7 @@ do llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;; safecode) AC_CONFIG_SUBDIRS([projects/safecode]) ;; llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;; + compiler-rt) ;; llvm-gcc) ;; test-suite) ;; llvm-test) ;; diff --git a/configure b/configure index 6fab59ba548..a7a502dc4cd 100755 --- a/configure +++ b/configure @@ -3493,6 +3493,7 @@ do ;; llvm-kernel) subdirs="$subdirs projects/llvm-kernel" ;; + compiler-rt) ;; llvm-gcc) ;; test-suite) ;; llvm-test) ;; @@ -10489,7 +10490,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <