File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ def test_clang(self):
8383 )
8484 self .assertEqual (
8585 env_variables ["projects_to_build" ],
86- "clang;clang-tools-extra;lld;llvm" ,
86+ "clang;clang-tools-extra;lld;lldb; llvm" ,
8787 )
8888 self .assertEqual (
8989 env_variables ["project_check_targets" ],
90- "check-clang check-clang-tools" ,
90+ "check-clang check-clang-tools check-lldb " ,
9191 )
9292 self .assertEqual (
9393 env_variables ["runtimes_to_build" ], "compiler-rt;libcxx;libcxxabi;libunwind"
@@ -158,7 +158,7 @@ def test_cir(self):
158158 )
159159 self .assertEqual (
160160 env_variables ["projects_to_build" ],
161- "clang;clang-tools-extra;lld;llvm;mlir" ,
161+ "clang;clang-tools-extra;lld;lldb; llvm;mlir" ,
162162 )
163163 self .assertEqual (
164164 env_variables ["project_check_targets" ],
You can’t perform that action at this time.
0 commit comments