[clang] [llvm] [ThinLTO][Split] Split module for parallel compilation in backend (1/N) (PR #198702)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 16:55:03 PDT 2026


================
@@ -0,0 +1,26 @@
+// UNSUPPORTED: system-windows
----------------
teresajohnson wrote:

The tests for the LTO part should be llvm LTO tests (i.e. using llvm-lto2, under llvm/test/LTO and llvm/test/ThinLTO), and not clang in this PR.

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


More information about the cfe-commits mailing list