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
[VPlan] Allow setting IR name for VPDerivedIVRecipe (NFCI).
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Commands
/
command-script-add.test
blob
5ffada069a610bcaeaa35eb37a58efda118137e8
1
# Test that command script add with no arguments prompts for
2
# and generates the modern (exe_ctx) version of the command.
3
4
# RUN: %lldb < %s | FileCheck %s
5
command script add doit
6
print(exe_ctx.target)
7
DONE
8
doit
9
# CHECK: No value