search for: 000677

Displaying 3 results from an estimated 3 matches for "000677".

Did you mean: 00067
2018 Mar 09
0
Any documentation on how the official packages are being built?
...ome documentation for how to build a release: http://llvm.org/docs/ReleaseProcess.html For the official windows builds, Hans Wennborg provides the batch file used to create any given upload when he reports on the release-testers list (e.g. http://lists.llvm.org/pipermail/release-testers/2018-March/000677.html). The steps for unix based are mostly encoded into the test-release.sh script in utils/release/. That script can be invoked like "test-release.sh -release <version number as dotted form> -final -triple x86_64-linux-gnu-debian8 -j <number of jobs>". As for the precise ve...
2018 Mar 09
2
Any documentation on how the official packages are being built?
Hi, if I wanted to reproduce the official build, for example in order to get a code-signed Windows build [1], to which documentation can I turn to find out about the steps and tools (and their versions) used? That is, I am interested in the steps done by the respective maintainers which yield the packages at http://releases.llvm.org/download.html Thanks and with best regards, Oliver [1] I
2003 Dec 18
0
LLVM 1.1 Release & Status Update
...forts! 4. John revamped the LLVM autoconf/makefiles to automatically copy makefiles from the SRCDIR into the OBJDIR. This should reduce the number of times you have to rerun configure if you are working out of CVS. Details here: http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000677.html 5. In the C++ front-end, objects in anonymous namespaces are given internal linkage, giving the compile-time optimizer more freedom. 6. Reid Spencer contributed a new Stacker front-end for LLVM! This is the first "native" LLVM front-end and is an excellent example demonst...