[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / debug-info-slash.test
blob0e42912c18d2132c15a7089172a4d6f49efb4e58
1 RUN: rm -rf %t-dir
2 RUN: mkdir -p %t-dir/header/Inputs
3 RUN: cp %S/Inputs/debug-info-slash.cpp %t-dir/
4 RUN: cp %S/Inputs/debug-info-slash.h %t-dir/header/Inputs
5 RUN: cd %t-dir
6 RUN: %clang -target x86_64-pc-win32 -emit-llvm -S -g  %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=WIN %s
7 RUN: %clang -target x86_64-linux-gnu -emit-llvm -S -g  %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=LINUX %s
9 WIN:   lambda at header\\Inputs\\debug-info-slash.h
10 LINUX: lambda at header/Inputs/debug-info-slash.h