blob: 7b15482b8c51362355679f40ab417862bc85f2f2 [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"
Teresa Johnson2024ea12019-09-30 17:26:48 +00005// CHECK: !DIFile(filename: "test/foo.c"
Teresa Johnson57dbfe12019-09-30 15:05:35 +00006
7int main() {}