summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-04-24 17:23:05 +0000
committerLang Hames <lhames@gmail.com>2019-04-24 17:23:05 +0000
commitd959a609a448a6cca6eca9d33d72bc1703602b5b (patch)
tree33a4739695edc2874a44cb121392f5f0e8c3953c /lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py
parent09c5b883cb7ac66cb34d33291586a1055e0c816d (diff)
downloadbcm5719-llvm-d959a609a448a6cca6eca9d33d72bc1703602b5b.tar.gz
bcm5719-llvm-d959a609a448a6cca6eca9d33d72bc1703602b5b.zip
[JITLink] Add support for passing arguments to jit-linked code.
The --args option can now be used to pass arguments to code linked with llvm-jitlink. E.g. $ llvm-jitlink file1.o file2.o --args a b c is equivalent to: $ ld -o program file1.o file2.o $ ./program a b c llvm-svn: 359115
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud