[clang] [llvm] Template as type (PR #127654)
Steve Merritt via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 18 12:38:16 PST 2025
================
@@ -0,0 +1,124 @@
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o %t -filetype=obj
+; RUN:llvm-dwarfdump %t | FileCheck %s
----------------
stevemerr wrote:
I'd recommend adding spaces to make this look more like the other tests. So change to "RUN: " and "; CHECK:" for example.
https://github.com/llvm/llvm-project/pull/127654
More information about the cfe-commits
mailing list