search for: llvmcore_phase2_objdir

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

2015 Jul 19
3
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...;}'` Another new problem with the test-release.sh script is that it can cause the whole machine (!) to run out of memory, when comparing phase 2 with phase 3, due to the following fragment: 470 echo "# Comparing Phase 2 and Phase 3 files" 471 for p2 in `find $llvmCore_phase2_objdir -name '*.o'` ; do 472 p3=`echo $p2 | sed -e 's,Phase2,Phase3,'` 473 # Substitute 'Phase2' for 'Phase3' in the Phase 2 object file in 474 # case there are build paths in the debug info. On some systems, 475...
2015 Jul 18
3
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On 19 Jul 2015, at 00:17, Dimitry Andric <dimitry at andric.com> wrote: > > On 17 Jul 2015, at 01:09, Hans Wennborg <hans at chromium.org> wrote: >> >> On Thu, Jul 16, 2015 at 3:47 PM, Dimitry Andric <dimitry at andric.com> wrote: >>> On 17 Jul 2015, at 00:31, Hans Wennborg <hans at chromium.org> wrote: >>>> >>>> Dear