You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
12 lines
346 B
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
|
// Test for Bug 11740
|
|
// This testcase has two directive files,
|
|
// when compiled with -g, this testcase will not report error,
|
|
// but keep the debug info existing in the assembly file.
|
|
|
|
.file "hello"
|
|
.file 1 "world"
|
|
|
|
// CHECK: .file "hello"
|
|
// CHECK: .file 1 "world"
|