Firstly, here are the characters in our story:
* lldb
$ lldb --version
lldb version 5.0.1
* clang
$ p=/path/to/clang
$ file -L "$p"
/path/to/clang: ELF 64-bit LSB shared object, x86-64, version 1
(GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86
Firstly, here are the characters in our story:
* lldb
$ lldb --version
lldb version 5.0.1
* clang
$ p=/path/to/clang
$ file -L "$p"
/path/to/clang: ELF 64-bit LSB shared object, x86-64, version 1
(GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86