[PATCH] D17139: [test-suite][mips] Fix MIPS related conditions in the CMakeLists.txt

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 12:16:40 PST 2016


atanasyan added a comment.

In http://reviews.llvm.org/D17139#352802, @dsanders wrote:

> Why not use 'MATCHES'?
>
>   if(NOT MIPSARCH MATCHES mips16)
>
> and similar.


Is it possible to set MIPSARCH to something like mips16xxx like mips32 and mups32r2? If not, you are right and using MATCHES is the best choice.


Repository:
  rL LLVM

http://reviews.llvm.org/D17139





More information about the llvm-commits mailing list