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 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