The fix is to make sure llvm does not pull in dlopen() in configurations where it
is not available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D26505
Remove a hack from the Android toolchain file ClosedPublic Authored by labath on Nov 10 2016, 7:25 AM.
Details Summary The fix is to make sure llvm does not pull in dlopen() in configurations where it
Diff Detail
Event Timelinelabath updated this object. labath added a parent revision: D26504: [Support] Use HAVE_DLOPEN to guard dlopen(3) usage.Nov 10 2016, 7:26 AM This revision is now accepted and ready to land.Nov 11 2016, 3:51 AM Closed by commit rL288331: Remove a hack from the Android toolchain file (authored by labath). · Explain WhyDec 1 2016, 3:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79889 lldb/trunk/cmake/platforms/Android.cmake
|