diff options
author | Lang Hames <lhames@gmail.com> | 2019-04-25 05:02:10 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-04-25 05:02:10 +0000 |
commit | cf49aa3908d05a5adf72b22af3dbc8dec9b316d7 (patch) | |
tree | 52e17b77d0e49357eb29c8c09e210af76bc2d596 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py | |
parent | 733c8c40c81de5fcc8fab264ccb6bce6d39138c5 (diff) | |
download | bcm5719-llvm-cf49aa3908d05a5adf72b22af3dbc8dec9b316d7.tar.gz bcm5719-llvm-cf49aa3908d05a5adf72b22af3dbc8dec9b316d7.zip |
[llvm-rtdyld] Add support for passing command line arguments to rtdyld-run code.
The --args option can now be used to pass arguments to code linked with
llvm-rtdyld. E.g.
$ llvm-rtdyld file1.o file2.o --args a b c
is equivalent to:
$ ld -o program file1.o file2.o
$ ./program a b c
This is the rtdyld counterpart to the jitlink change in r359115, and makes
benchmarking and comparison between the tools easier.
llvm-svn: 359168
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py')
0 files changed, 0 insertions, 0 deletions