[clang] [llvm] [clang] Implement pragma clang section on COFF targets (PR #112714)

Vinicius Tadeu Zein via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 11:51:14 PST 2025


================
@@ -1,4 +1,5 @@
 ;RUN: llc -mtriple=armv7-eabi %s -o - | FileCheck %s
+;RUN: llc -mtriple=armv7-msvc %s -o - | FileCheck %s
----------------
vtz wrote:

Changed to x86. I hope this is fine.

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


More information about the llvm-commits mailing list