[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AsmParser / directive_file-2.s
blobad3904ada0e26285120c96f39582eb9f14a97d31
1 // RUN: llvm-mc -g -triple i386-unknown-unknown %s | FileCheck %s
2 // Test for Bug 11740
3 // This testcase has two directive files,
4 // when compiled with -g, this testcase will not report error,
5 // but keep the debug info existing in the assembly file.
7 .file "hello"
8 .file 1 "world"
10 // CHECK: .file "hello"
11 // CHECK: .file 1 "world"