MaskRay added inline comments.
================ Comment at: clang/test/Driver/diagnostics.c:34 +// there's no diagnostic. +// RUN: %clang -target x86_64-apple-darwin10 -fsyntax-only \ +// RUN: --start-no-unused-arguments -lfoo --end-no-unused-arguments \ ---------------- You may change some `x86_64-apple-darwin10` to other triples, probably including `clang-cl` (to test `CoreOption`). The canonical spelling for `-target ` is `---target=`. `-target ` (space separated driver option) is just abused so much that it is unrealistic to remove support now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116503/new/ https://reviews.llvm.org/D116503 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits