[clang] [CIR] Disable CIR pipeline for LLVM IR inputs (PR #187729)
Jan Leyonberg via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 27 09:30:16 PDT 2026
================
@@ -0,0 +1,16 @@
+// Verify that -fclangir is always forwarded to -cc1 by the driver, and
----------------
jsjodin wrote:
I was thinking it might be better to keep all CIR in the same place until we want to integrate. If the CIR tests closely follow the clang test directory structure it should be easy to move them later on.
https://github.com/llvm/llvm-project/pull/187729
More information about the cfe-commits
mailing list