Displaying 3 results from an estimated 3 matches for "d9349".
Did you mean:
d934
2015 Apr 29
2
[LLVMdev] AArch64 bot unstable
...Actually %T is just the base directory where all the
compiler-rt/profile tests are run, not unique per .c test. I fixed the
tests by creating a "%t.d" directory and cd'ing into it and generating
all output locally in that directory.
Patch uploaded here, PTAL:
http://reviews.llvm.org/D9349
Thanks,
Teresa
>
>>
>> Teresa
>>
>> On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com>
>> wrote:
>> >
>> >
>> > On Wed, Apr 29, 2015 at 9:36 AM Justin Bogner <mail at justinbogner.com>
>> > wro...
2015 Apr 29
3
[LLVMdev] AArch64 bot unstable
...om-real.c) is doing some additional shell-like
operations such as sed and echo, which I am not doing. Is there a list
of operations safe to do without adding the "REQUIRES: shell"?
Thanks,
Teresa
>
>>
>>
>> Patch uploaded here, PTAL:
>> http://reviews.llvm.org/D9349
>>
>> Thanks,
>> Teresa
>>
>> >
>> >>
>> >> Teresa
>> >>
>> >> On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com>
>> >> wrote:
>> >> >
>> >> >
>...
2015 Apr 29
2
[LLVMdev] AArch64 bot unstable
Ok, thanks for the suggestion. I will rework the tests to do that.
Teresa
On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Wed, Apr 29, 2015 at 9:36 AM Justin Bogner <mail at justinbogner.com> wrote:
>>
>> Teresa Johnson <tejohnson at google.com> writes:
>> > On Wed, Apr 29, 2015 at 6:27 AM, Renato Golin