[clang] [CIR] Upstream global variable linkage types (PR #129072)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 11:12:06 PST 2025
================
@@ -0,0 +1,11 @@
+// Linkage types of global variables
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s
+
+int aaaa;
----------------
bcardosolopes wrote:
This new tests uses_this_convention and while the existing-uses-this, I suggest you-keep-this-uniform.
https://github.com/llvm/llvm-project/pull/129072
More information about the cfe-commits
mailing list