10 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s2; RUN: not llvm-ml -m32 -filetype=s %s /Fo - 2>&1 | FileCheck %s3; RUN: not llvm-ml64 -m32 -filetype=s %s /Fo - 2>&1 | FileCheck %s4 5.code6 7; CHECK: :[[# @LINE + 1]]:5: error: register %rax is only available in 64-bit mode8xor rax, rax9 10end