[PATCH] D47190: [Driver] Add -ivfsoverlay-lib option to load VFS from shared library

Andrew Savonichev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 23 08:31:36 PDT 2018


asavonic updated this revision to Diff 148225.
asavonic added a comment.

Fixed warning about void* to function pointer cast.


Repository:
  rC Clang

https://reviews.llvm.org/D47190

Files:
  include/clang/Driver/Options.td
  include/clang/Lex/HeaderSearchOptions.h
  lib/Frontend/CompilerInvocation.cpp
  unittests/Frontend/CMakeLists.txt
  unittests/Frontend/CompilerInstanceTest.cpp
  unittests/Frontend/VfsTestLib.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47190.148225.patch
Type: text/x-patch
Size: 7838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180523/9629ab3b/attachment.bin>


More information about the cfe-commits mailing list