mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
34e32c59b8
These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
RUN: llvm-mc -triple x86_64-unknown-unknown %S/Inputs/crlf.s -as-lex | FileCheck %s
|
|
There should only be two end of statements.
|
|
CHECK: EndOfStatement
|
|
CHECK: EndOfStatement
|
|
CHECK-NOT: EndOfStatement
|