python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Define external c functions (dlopen) in LLVM Pass
I am trying to insert a call to dlopen in my LLVM Pass when processing bitcode files
The function signature for dlopen (based on https://man7.org/linux/man-pages/man3/dlopen.3.html) is
void *dlopen(co...
localacct
Votes: 0
Answers: 0
Bitcode enable for iOS webrtc framework. Error: -mllvm is not supported with -fembed-bitcode
Using webrtc through the pod,
https://cocoapods.org/pods/WebRTC
However, I cant enable bitcode in the project.
The solution requires building from source with bitcode enabled,
https://webrtc.google...

lucifer
Votes: 0
Answers: 1
Rebuild opt modified bitcode files using Apple clang
I modified a bitcode enabled IPA using the open source LLVM toolchain's opt and ran my own LLVM pass on the bitcode files.
After modifications, I tried to use Apple's LLVM toolchain's clang to rebuild...
localacct
Votes: 0
Answers: 1