[PATCH] D59612: [test-suite][mips] Fix compile options for tramp3d-v4 test

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 15:03:27 PDT 2019


atanasyan added a comment.

Thanks. I could reproduce the problem with the `-O0` option. But I could reproduce the problem for both `-mips64r2` and `-mips64r6` flags. Is it true for you? If so, I would check for something like `$(findstring -mabi=64, $(TARGET_FLAGS))`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59612/new/

https://reviews.llvm.org/D59612





More information about the llvm-commits mailing list