search for: fddaa745

Displaying 2 results from an estimated 2 matches for "fddaa745".

Did you mean: 4ddaa754
2012 Apr 25
0
[LLVMdev] building projects/lld or projects/*
> - a "configure"-based build only seems to know about projects/sample/ > and projects/test-suite/, and I couldn't find any way to get it to > build projects/lld/. I investigated a bit more. llvm's autoconf/configure.ac says: dnl Configure all of the projects present in our source tree. While we could dnl just AC_CONFIG_SUBDIRS on the set of directories in projects
2012 Apr 25
3
[LLVMdev] building projects/lld or projects/*
Hi, After reading Michael Spencer's presentation on lld (http://llvm.org/devmtg/2012-04-12/Slides/Michael_Spencer.pdf), I thought I'd try building it myself. I created projects/lld as a symlink to the lld source tree (is this the right approach?), but I had some trouble getting the llvm build system to actually build it. - a "configure"-based build only seems to know about