MaskRay accepted this revision. MaskRay added a comment. With nits
================ Comment at: clang/test/Driver/emulated-tls.cpp:49 +// RISCV-NOT: unsupported option '-fno-emulated-tls' for target 'riscv64-unknown-linux-android' +// RISCV-ERROR: unsupported option '-femulated-tls' for target 'riscv64-unknown-linux-android' ---------------- Prepend `error:` For the `NOT` pattern, use `RISCV-NOT: error:` or change FileCheck to `FileCheck --implicit-check-not=error:` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143692/new/ https://reviews.llvm.org/D143692 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits