[zorg] r194758 - Patch by Rick Foos!
Dmitri Gribenko
gribozavr at gmail.com
Fri Nov 15 09:57:22 PST 2013
On Fri, Nov 15, 2013 at 9:26 AM, Rick Foos <rfoos at codeaurora.org> wrote:
> Verified with Shankar that compiler-rt, containing asan runtime, cannot be
> built with the compiler on a sanitize run.
>
> Changing Option ->SanitizerOption, to skip the compiler-rt step to resolve
> this.
This should work for me. Thank you!
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