Displaying 2 results from an estimated 2 matches for "200725".
Did you mean:
20.725
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
...ng like this (don't know how many
platforms would need this fix - this should definitely bee ifdef guarded).
tfiala at tfiala2:/mnt/ssd/work/svn/lgs/llvm/utils/fpcmp$ svn diff Makefile
Index: Makefile
===================================================================
--- Makefile (revision 200725)
+++ Makefile (working copy)
@@ -12,5 +12,7 @@
USEDLIBS = LLVMSupport.a
NO_INSTALL = 1
+LDFLAGS += "-lbsd"
+
include $(LEVEL)/Makefile.common
But this is just one of several (more below):
llvm[4]: Building Debug+Asserts Archive Library libclang.a
/mnt/ssd/work/svn/lgs/build/Debu...
2014 Feb 03
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
Hey all,
FYI -
We're seeing a whole host of errors around requiring arc4random and linkage
errors building llvm/clang/lldb from top of tree. This is on lldb builds
with Ubuntu 12.04 x86_64, using gcc 4.8.2 and configure-based builds. This
appeared to crop up sometime since Friday morning. What's the right fix
for that? Looks to be a dependency on libbsd?
--
Todd Fiala | Software