]> git.lizzy.rs Git - rust.git/blobdiff - configure
Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis
[rust.git] / configure
index 7df98d1bd565dbbf2add6ab3c01c19538ddf8cf3..2693e9bcd236a3e35341da8402ac0c0db3a77d42 100755 (executable)
--- a/configure
+++ b/configure
@@ -1051,7 +1051,7 @@ then
             esac
         else
             case $CFG_CLANG_VERSION in
-                (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
+                (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8* | 3.9*)
                 step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
                 ;;
                 (*)
@@ -1409,6 +1409,7 @@ do
     make_dir $h/test/debuginfo-gdb
     make_dir $h/test/debuginfo-lldb
     make_dir $h/test/codegen
+    make_dir $h/test/codegen-units
     make_dir $h/test/rustdoc
 done