[lld][buildbot] Add more buildbots with sanitize/thread
Dmitri Gribenko
gribozavr at gmail.com
Tue Nov 19 14:19:34 PST 2013
On Tue, Nov 19, 2013 at 1:49 PM, Rick Foos <rfoos at codeaurora.org> wrote:
> Two questions:
> 1) The Address Sanitizer fails lit on Clang::annotate-deep-statements.cpp
> Is there someone who would look at that?
> I didn't hook the buildslave to IRC yet as it would be nagging people all
> day.
I just talked to Argyrios about this.
>From the test:
// AddressSanitizer increases stack usage.
// XFAIL: asan
So, it looks like you need to enable the 'asan' feature on your build,
and this test will be XFAIL'ed automatically.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-commits
mailing list