[PATCH] D59612: [test-suite][mips] Fix compile options for tramp3d-v4 test
Miloš Stojanović via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 09:01:04 PDT 2019
mstojanovic added a comment.
This test will fail for `mips64r6 n64` configurations with `-O0` or `-O1`. I think those are the minimal requirements for reproducing the failure and adding other flags shouldn't have an effect on the result.
As for simplifying, I could maybe remove the `-mcpu=` part from the comparison. Do you think that would a nicer solution or does leaving the full flag give more context without effecting generality?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59612/new/
https://reviews.llvm.org/D59612
More information about the llvm-commits
mailing list