aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-ml/architecture.asm
blob: 7bcf30bd5e5d63af42f669922a58f61b5a6d7567 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-ml64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:
; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:

.code

xor rax, rax
; CHECK: xor rax, rax

end