[PATCH] D39842: Allow to store precompiled preambles in memory.

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 09:12:40 PST 2017


mgorny added a comment.

Please revert this commit. You've just broken all the stand-alone builds of clang.



================
Comment at: cfe/trunk/lib/Frontend/PrecompiledPreamble.cpp:27
 #include "llvm/ADT/StringSet.h"
+#include "llvm/Config/config.h"
 #include "llvm/Support/CrashRecoveryContext.h"
----------------
This is private LLVM header which is not available when doing stand-alone builds.


Repository:
  rL LLVM

https://reviews.llvm.org/D39842





More information about the cfe-commits mailing list