Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / debug-info-slash.c
blob56e51c09e5b0ec1ea8d9ddace7389d4eeffd85e8
1 // RUN: %clang -target x86_64-pc-win32 -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=WIN %s
2 // RUN: %clang -target x86_64-linux-gnu -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=LINUX %s
3 int main() { return 0; }
5 // WIN: !DIFile(filename: "{{.*}}\\debug-info-slash.c"
6 // LINUX: !DIFile(filename: "{{.*}}/debug-info-slash.c"