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
/
TestSingleQuote.test
blob
af321ba04db399c58ae994c088b8bd178c4cf955
1
# Make sure lldb can handle filenames with single quotes in them.
2
# RUN: %clang_host %p/Inputs/hello.c -g -o "%t-'pat"
3
# RUN: %lldb -s %s "%t-'pat" | FileCheck %s
4
5
br set -p return
6
# CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main