mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 17:46:04 +00:00
7 lines
380 B
C
7 lines
380 B
C
![]() |
// RUN: %clang -target x86_64-pc-win32 -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=WIN %s
|
||
|
// RUN: %clang -target x86_64-linux-gnu -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=LINUX %s
|
||
|
int main() { return 0; }
|
||
|
|
||
|
// WIN: !DIFile(filename: "{{.*}}\\debug-info-slash.c"
|
||
|
// LINUX: !DIFile(filename: "{{.*}}/debug-info-slash.c"
|