[clang] [CIR] Upstream support for type aliases (PR #131912)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 19 10:47:29 PDT 2025
================
@@ -89,6 +89,7 @@ list(APPEND CLANG_TEST_DEPS
if(CLANG_ENABLE_CIR)
list(APPEND CLANG_TEST_DEPS
cir-opt
+ cir-translate
----------------
andykaylor wrote:
That won't be needed until we upstream one of the tests that uses it. Those are all in the Lowering/ThroughMLIR directory, which we won't be adding for a while.
https://github.com/llvm/llvm-project/pull/131912
More information about the cfe-commits
mailing list