[clang] [compiler-rt] [llvm] Get the linker version and pass the it to compiler-rt tests on Darwin. (PR #86220)

Julian Lettner via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 22 11:29:03 PDT 2024


================
@@ -15,6 +15,7 @@ endif()
 
 # Must go below project(..)
 include(GNUInstallDirs)
+include(GetDarwinLinkerVersion)
----------------
yln wrote:

Thanks for extracting this into a separate file! 👍 

https://github.com/llvm/llvm-project/pull/86220


More information about the cfe-commits mailing list