brintos

brintos / llvm-project-archived public Read only

0
0
Text · 429 B · 573e821 Raw
9 lines · c
1// RUN: %clang -target x86_64-linux-unknown -### -fcrash-diagnostics-dir=mydumps -flto %s 2>&1 \2// RUN:     | FileCheck %s --check-prefix=LTO-OPTION3// LTO-OPTION: "-cc1"4// LTO-OPTION: "-plugin-opt=-crash-diagnostics-dir=mydumps"5 6// RUN: %clang -target x86_64-linux-unknown -### -flto %s 2>&1 | FileCheck %s --check-prefix=LTO-NOOPTION7// LTO-NOOPTION: "-cc1"8// LTO-NOOPTION-NOT: "-plugin-opt=-crash-diagnostics-dir=mydumps"9