blob: 334c1676025855e3f61a5aeefa9bd4207d05509a [file] [log] [blame]
Teresa Johnson57dbfe12019-09-30 15:05:35 +00001// RUN: cat %s | %clang -emit-llvm -g -S \
2// RUN: -Xclang -main-file-name -Xclang test/foo.c -x c - -o - | FileCheck %s
3// CHECK: ; ModuleID = 'test/foo.c'
4// CHECK: source_filename = "test/foo.c"
5// CHECK: !1 = !DIFile(filename: "test/foo.c"
6
7int main() {}