[clang] [llvm] [Clang] Emit DW_TAG_template_alias for template aliases (PR #87623)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 14:50:47 PDT 2024


================
@@ -1,4 +1,4 @@
-// RUN: %clang -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang -ggdb -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
----------------
Michael137 wrote:

Do we now lose a tiny bit of coverage for `-glldb`? I assume this change is to make sure the test passes on platforms that are tuned for `sce`? Maybe we should just add `-gno-template-alias` instead?

https://github.com/llvm/llvm-project/pull/87623


More information about the llvm-commits mailing list