The original patch got reverted because it broke `check-lldb` on a clean build. This fixes that. llvm-svn: 374201
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
# Make sure lldb resolves the target path.
|
|
# RUN: mkdir -p %t/foo
|
|
# RUN: cd %t/foo
|
|
# RUN: %clang %p/Inputs/hello.c -g -o a.out
|
|
# RUN: %lldb -b a.out | FileCheck %s
|
|
|
|
# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'
|