brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · 59ab3a4 Raw
8 lines · plain
1# Make sure lldb resolves the target path.2# RUN: mkdir -p %t/foo3# RUN: cd %t/foo4# RUN: %clang_host %p/Inputs/hello.c -g -o a.out5# RUN: %lldb -b a.out | FileCheck %s6 7# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'8