Displaying 4 results from an estimated 4 matches for "llvmrelease".
2013 May 25
0
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
..../configure --enable-optimized --prefix=/usr/local
> 9 make -j4
>
Neither that. Just go into llvm.src and run ./utils/release/test-release.sh
I have written a doc on how to do that for ARM, maybe that can lead you on
the right direction:
https://wiki.linaro.org/WorkingGroups/ToolChain/LLVM/LLVMRelease
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130525/b906f779/attachment.html>
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Fri, May 24, 2013 at 4:21 PM, Bill Wendling <wendling at apple.com> wrote:
> On May 24, 2013, at 1:19 PM, Bill Wendling <wendling at apple.com> wrote:
>
>> Hi!
>>
>> The binaries for the 3.3 release candidate 2 are starting to role in. Please take them and give them a go. Please file bug reports for any problems you encounter.
>>
>> At this point,
2003 Nov 13
2
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
Hi aLLvm,
compiling LLVMrelease 1.0 under SuSE 9 brings the following:
-------------------
vak at linux:~/llvm/llvm> make
make[1]: Entering directory `/home/vak/llvm/llvm/lib/Support'
Compiling CommandLine.cpp
CommandLine.cpp: In function `void RemoveArgument(const char*,
cl::Option*)':
CommandLine.cpp:75: internal co...
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Sat, May 25, 2013 at 7:51 AM, Renato Golin <renato.golin at linaro.org>wrote:
> https://wiki.linaro.org/WorkingGroups/ToolChain/LLVM/LLVMRelease
>
>
Could you please incorporate this useful document into LLVM's official
documentation? I think that this is good content for encouraging greater
external/downstream involvement in the release process. See
docs/SphinxQuickstartTemplate.rst to get up and running fast.
Also, it's wei...