[Lldb-commits] [PATCH] D26249: [unittests] Avoid the dependency on private LLVM headers outside MSVC

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 09:09:49 PDT 2016


zturner added a comment.

Is this necessary because of a standalone build, or for some other reason?  If this is to get Standalone build working, then it seems like this isn't really a complete solution, because standalone build still wouldn't work on Windows since it would still be trying to include the private header. What about making a separate unittest file called `SymbolFilePDBDIATests.cpp` and excluding it at the CMake level?


https://reviews.llvm.org/D26249





More information about the lldb-commits mailing list