llvm-project/llvm/test/tools/llvm-ml/ml32-context.asm
2021-06-25 23:09:13 -04:00

13 lines
155 B
NASM

; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
.386p
.model flat
.code
mov eax, eax
end
; CHECK-NOT: 386p
; CHECK-NOT: model
; CHECK-NOT: flat