[PATCH] D20647: Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 21 10:45:45 PDT 2016
hans added inline comments.
================
Comment at: test/Driver/cl-options.c:283
@@ -282,3 +282,2 @@
// RUN: /nologo \
-// RUN: /Ob1 \
// RUN: /openmp- \
----------------
You're removing it from the ignored flags here, but I don't see any code change or test for how clang-cl's supposed to handle it. What am I missing?
http://reviews.llvm.org/D20647
More information about the cfe-commits
mailing list