search for: 223433

Displaying 1 result from an estimated 1 matches for "223433".

Did you mean: 23433
2016 Jan 26
3
Why is LTO built as a shared lib?
...LVM in another project under Windows, at least for me (the error message complains about "LTO-NOTFOUND.OBJ"). Switching it to a static library fixes the issue (again, at least for me under Windows). The change was made in: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20140623/223433.html While it seems the original complaint was the explicit "STATIC" marker in the call to add_llvm_library(), the patch added an explicit "SHARED" marker which isn't used elsewhere. Also, a quick look through the bin/ directory under Linux seems to suggest none of the exe...