llvm-for-llvmta/test/MC/COFF/section-passthru-flags.s
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
218 B
ArmAsm

// RUN: llvm-mc -triple i386-pc-win32 < %s | FileCheck %s
.section .klaatu,"wn"
// CHECK: .section .klaatu,"wn"
.section .barada,"y"
// CHECK: .section .barada,"y"
.section .nikto,"dws"
// CHECK: .section .nikto,"dws"