brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 7bcf30b Raw
10 lines · plain
1; RUN: llvm-ml64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:2; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:3 4.code5 6xor rax, rax7; CHECK: xor rax, rax8 9end10