Displaying 2 results from an estimated 2 matches for "r226058".
Did you mean:
r226048
2015 Jan 19
6
[LLVMdev] [3.6 Release] RC1 has been tagged, Testing Phase I begins
On 15 January 2015 at 13:35, Renato Golin <renato.golin at linaro.org> wrote:
> AArch64 tested and uploaded. ARMv7 in progress.
Hi Hans,
ARMv7 is giving me a bit of a headache... I've tried building on two
different machines and I get the same error... Phase 2 completes
successfully, but while building Phase 3, I get the error on *every*
file:
1.
2015 Jan 21
3
[LLVMdev] [3.6 Release] RC1 has been tagged, Testing Phase I begins
...her uses
> r226029 IR: Fix a use-after-free in RAUW
> r226044 IR: Drop metadata references more aggressively during teardown
> r226046 IR: Always print MDLocation line
> r226049 IR: Move MDLocation into place (clang testcases)
> r226048 IR: Move MDLocation into place
> r226058 IR: Fix comment spelling, NFC
None of that seems to be the culprit. I think the real problem here is
that the release scripts are building with autoconf and our buildbots
have migrated to CMake a few months ago.
I'll bootstrap it with CMake and see what I get. Shouldn't we be
moving to CM...