The following tests explicitly check for .loc and .file directives, which is not currently supported. Disable these tests on AIX for now. Reviewed By: shchenz Differential Revision: https://reviews.llvm.org/D111346
9 lines
167 B
ArmAsm
9 lines
167 B
ArmAsm
// XFAIL: -aix
|
|
// UNSUPPORTED: -zos
|
|
// REQUIRES: default_triple
|
|
// RUN: llvm-mc %s -o -| FileCheck %s
|
|
|
|
.file 1 "dir1" "foo" source ""
|
|
|
|
# CHECK: .file {{.*}} source ""
|