This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Fix test-suite regression on arm bots
AbandonedPublic

Authored by zatrazz on Feb 11 2021, 4:53 AM.

Details

Summary

Most of the arm bots that run the test-suite are showing a failure
due the https://bugs.llvm.org/show_bug.cgi?id=49143. This patch
adds -O3 to avoid the issue for now.

Diff Detail

Event Timeline

zatrazz created this revision.Feb 11 2021, 4:53 AM
zatrazz requested review of this revision.Feb 11 2021, 4:53 AM

I think it would be better to disable (or change the CFLAGS for, is possible) the one test (is this the same one discussed in D96490?), than to change the config of the whole test suite.

zatrazz abandoned this revision.Feb 11 2021, 8:57 AM