[clang] [CIR] Add CIRGenerator and plug it via CIRGenAction (PR #90831)
Nathan Lanza via cfe-commits
cfe-commits at lists.llvm.org
Fri May 3 00:24:33 PDT 2024
================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s | FileCheck %s
+
+// CHECK: CIRGenModule::buildTopLevelDecl
+
+void foo() {}
----------------
lanza wrote:
Kind of a shitty test, but actually having something testable triples the size of this PR.
https://github.com/llvm/llvm-project/pull/90831
More information about the cfe-commits
mailing list