[clang] [CIR][CIRGen] Support for section atttribute on cir.global (PR #188200)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 11:54:09 PDT 2026
================
@@ -0,0 +1,14 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s --check-prefix=CIR
----------------
andykaylor wrote:
Can you add a test for a function with a section attribute?
https://github.com/llvm/llvm-project/pull/188200
More information about the cfe-commits
mailing list