[PATCH] D53457: clang-cl: Add "/clang:" pass-through arg support.

Neeraj K. Singh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 7 16:10:38 PST 2018


neerajksingh marked 2 inline comments as done.
neerajksingh added a comment.

Will update revision...



================
Comment at: test/Driver/cl-options.c:619
+
+// RUN: %clang_cl -O2 -### -- %s 2>&1 | FileCheck -check-prefix=NOCLANG %s
+// NOCLANG: "--dependent-lib=libcmt"
----------------
hans wrote:
> I'm not sure this test adds much value..
This test ensures that the next test is actually testing something (i.e. that the settings change between the two runs).


https://reviews.llvm.org/D53457





More information about the cfe-commits mailing list