[clang] [clang] Do not emit template parameter objects as COMDATs when they have internal linkage. (PR #125448)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 2 19:05:27 PST 2025
================
@@ -0,0 +1,38 @@
+// RUN: %clang_cc1 -emit-llvm -std=c++20 -triple x86_64-unknown-linux-gnu %s -o - | FileCheck %s
----------------
MaskRay wrote:
Probably best to figure out where the primary test of the neighbor lines is and adds the extra test there.
https://github.com/llvm/llvm-project/pull/125448
More information about the cfe-commits
mailing list