[clang] [clang] Register all LLVM targets in AllClangUnitTest main (PR #144428)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 20 06:25:52 PDT 2025


================
@@ -117,6 +117,7 @@ get_property(LINK_LIBS GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS)
 get_property(LLVM_COMPONENTS GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS)
 add_distinct_clang_unittest(AllClangUnitTests
   ${SRCS}
+  AllClangUnitTests.cpp
----------------
kadircet wrote:

thanks a lot, this is really neat! and yeah i think initialization-order-fiasco should be less of a concern here.

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


More information about the cfe-commits mailing list