================
@@ -88,8 +88,16 @@ else()
   set(LLDB_DEFAULT_TEST_COMPILER "")
 endif()
 
+# Prefer the in-tree built target if available.
----------------
DavidSpickett wrote:

The way cmake works, if I have flang enabled but I explicitly set 
LLDB_TEST_FORTRAN_COMPILER, the value in LLDB_TEST_FORTRAN_COMPILER wins, right?

Which is what we want. Prefer flang as our default.

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

Reply via email to