[lli] Add --jit-linker command line argument
authorStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 2 Mar 2021 09:41:52 +0000 (10:41 +0100)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 2 Mar 2021 14:07:33 +0000 (15:07 +0100)
commit23973e0aac1e13eecebc62547585815e8352f65c
treeb7d2d07390b6e15d0b8fd0318e2aa82ff1af6a5b
parent7f086d74c347750c1da619058eb5b3e79c2fae14
[lli] Add --jit-linker command line argument

The argument value determines the dynamic linker to use (`default`, `rtdyld` or `jitlink`). The JITLink implementation only supports in-process JITing for now. This is the first commit for the reviewed patch.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D97339
llvm/tools/lli/lli.cpp