summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/split-debug-filename.c
blob: 63970a83df10e20d08c5446e16849d11efa5ba1d (plain)
1
2
3
4
5
6
7
// 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
OpenPOWER on IntegriCloud