[PATCH] D97339: [lli] Add --jit-linker command line argument

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 12:11:45 PST 2021


klausler added a comment.

I'm getting a Release mode shared library build failure on x86-64 Linux w/ gcc 9.3.0:

  /opt/binutils/2.32/bin/ld: CMakeFiles/lli.dir/lli.cpp.o: undefined reference to symbol '_ZN4llvm7jitlink20JITLinkMemoryManagerD2Ev'
  /opt/binutils/2.32/bin/ld: /home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/./lib/libLLVMJITLink.so.13git: error adding symbols: DSO missing from command line
  collect2: error: ld returned 1 exit status
  tools/lli/CMakeFiles/lli.dir/build.make:139: recipe for target 'bin/lli' failed

Not sure yet whether it's due to this commit or something else.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97339/new/

https://reviews.llvm.org/D97339



More information about the llvm-commits mailing list