[clang] [llvm] [clang] Implement pragma clang section on COFF targets (PR #112714)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 12:14:28 PST 2025
================
@@ -1,4 +1,5 @@
;RUN: llc -mtriple=armv7-eabi %s -o - | FileCheck %s
+;RUN: llc -mtriple=armv7-msvc %s -o - | FileCheck %s
----------------
efriedma-quic wrote:
That's fine. But the CHECK lines in the new test don't look right (`nobits` etc. are ELF-specific).
https://github.com/llvm/llvm-project/pull/112714
More information about the llvm-commits
mailing list