This AsmParser test is target-agnostic, but contained some target-specific instructions, which broke on SystemZ. llvm-svn: 326129
6 lines
103 B
ArmAsm
6 lines
103 B
ArmAsm
// RUN: llvm-mc %s -o -| FileCheck %s
|
|
|
|
.file 1 "dir1" "foo" source ""
|
|
|
|
# CHECK: .file {{.*}} source ""
|