xgupta added a comment.

In D110260#3018555 <https://reviews.llvm.org/D110260#3018555>, @sgraenitz wrote:

> Interesting, it does work for me now on macOS with both, shared libs on and 
> off. Can you please check if you get something like this as well:
>
>   ➜ nm bin/LLJITWithExecutorProcessControl | grep return1
>   0000000100004c10 T _return1

nothing return, I am arch linux (an rolling release distribution which has all 
the latest packages) and building LLVM with shared libs config.
 cmake ../llvm -DLLVM_TARGETS_TO_BUILD="X86"  -DCMAKE_BUILD_TYPE=Release 
-DLLVM_BUILD_TOOLS=ON -DLLVM_USE_LINKER=lld -DBUILD_SHARED_LIBS=ON 
-DCMAKE_C_COMPILER=/usr/local/bin/clang \
 -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 
-DLLVM_BUILD_EXAMPLES=ON


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110260

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to