[clang] [CIR] Upstream support for type aliases (PR #131912)

Morris Hafner via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 10:20:22 PDT 2025


================
@@ -89,6 +89,7 @@ list(APPEND CLANG_TEST_DEPS
 if(CLANG_ENABLE_CIR)
   list(APPEND CLANG_TEST_DEPS
     cir-opt
+    cir-translate
----------------
mmha wrote:

Thanks! I missed that. I can see that the incubator has `mlir-translate` as a dependency, too. Should we add this now as well?

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


More information about the cfe-commits mailing list