repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Driver
/
TestTarget.test
blob
59ab3a4228a129d4de669522d53debf32be842d8
1
# Make sure lldb resolves the target path.
2
# RUN: mkdir -p %t/foo
3
# RUN: cd %t/foo
4
# RUN: %clang_host %p/Inputs/hello.c -g -o a.out
5
# RUN: %lldb -b a.out | FileCheck %s
6
7
# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'