inglorion added inline comments.
================ Comment at: test/Driver/cl-options.c:525 +// RUN: %clang_cl -### /c -flto %s 2>&1 | FileCheck -check-prefix=LTO %s +// LTO: -flto ---------------- hans wrote: > This needs `--` before `%s`, otherwise if `%s` expands to e.g. `/Users/foo` > it will be interpreted as the `/U` option :-) > > Same thing below. Good catch. That's what I get for not copy-pasting it. ;-) https://reviews.llvm.org/D30239 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits