1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-jitlink
Lang Hames db5690ce56 [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
2019-04-24 17:23:05 +00:00
..
CMakeLists.txt
llvm-jitlink-macho.cpp
llvm-jitlink.cpp [JITLink] Add support for passing arguments to jit-linked code. 2019-04-24 17:23:05 +00:00
llvm-jitlink.h
LLVMBuild.txt