[PATCH] D17139: [test-suite][mips] Fix MIPS related conditions in the CMakeLists.txt
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 08:10:43 PST 2016
dsanders added a comment.
Why not use 'MATCHES'?
if(NOT MIPSARCH MATCHES mips16)
and similar.
Repository:
rL LLVM
http://reviews.llvm.org/D17139
More information about the llvm-commits
mailing list