[PATCH] D65986: Allow setting the VFS to 'real' mode instead of default 'physical'

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 17:25:58 PDT 2019


arphaman added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:167
+    else
+      Diag(diag::err_drv_unsupported_option_argument) << OptionPrefix << Value;
+  }
----------------
It might be nice to `break` here to exit early, unless you want to make Clang pick the last one?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65986/new/

https://reviews.llvm.org/D65986





More information about the cfe-commits mailing list