Displaying 2 results from an estimated 2 matches for "d16945".
2016 Feb 06
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
Hans,
I have posted a complete patch for solving the linkage issues
with LLVM_LINK_LLVM_DYLIB on Phabricator at
http://reviews.llvm.org/D16945. The bulk of the fix the simple
changes of...
Index: cmake/modules/AddLLVM.cmake
===================================================================
--- cmake/modules/AddLLVM.cmake (revision 259743)
+++ cmake/modules/AddLLVM.cmake (working copy)
@@ -475,13 +475,15 @@
# property has been set to...
2016 Feb 09
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
...)
+endif()
> On Sat, Feb 6, 2016 at 10:55 AM, Jack Howarth
> <howarth.mailing.lists at gmail.com> wrote:
>> Hans,
>> I have posted a complete patch for solving the linkage issues
>> with LLVM_LINK_LLVM_DYLIB on Phabricator at
>> http://reviews.llvm.org/D16945. The bulk of the fix the simple
>> changes of...
>>
>> Index: cmake/modules/AddLLVM.cmake
>> ===================================================================
>> --- cmake/modules/AddLLVM.cmake (revision 259743)
>> +++ cmake/modules/AddLLVM.cmake (working copy...