[clang] [clang] Do not emit template parameter objects as COMDATs when they have internal linkage. (PR #125448)
Owen Anderson via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 2 19:48:41 PST 2025
================
@@ -0,0 +1,38 @@
+// RUN: %clang_cc1 -emit-llvm -std=c++20 -triple x86_64-unknown-linux-gnu %s -o - | FileCheck %s
----------------
resistor wrote:
Done
https://github.com/llvm/llvm-project/pull/125448
More information about the cfe-commits
mailing list