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.
|
// RUN: %clang -target x86_64-linux-gnu -gsplit-dwarf -S -emit-llvm -o - %s | FileCheck %s
|
|
int main (void) {
|
|
return 0;
|
|
}
|
|
|
|
// Testing to ensure that the dwo name gets output into the compile unit.
|
|
// CHECK: split-debug-filename.dwo
|