================
@@ -3,7 +3,7 @@ add_subdirectory(Basic)
 if(CLANG_ENABLE_CIR)
   add_subdirectory(CIR)
 endif()
-add_subdirectory(Driver)
----------------
Endilll wrote:

Here you replace `add_subdirectory(Driver)` with `add_subdirectory(Options)`. 
I'd expect to see `add_subdirectory(Driver)` added somewhere else to compensate 
for that (because Driver has to appear in build graph), but I don't see it 
anywhere in this patch. Is this intentional? 

https://github.com/llvm/llvm-project/pull/163659
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to