mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
8 lines
218 B
ArmAsm
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,"wds"
|
||
|
// CHECK: .section .nikto,"wds"
|