[Lldb-commits] [PATCH] D26249: [unittests] Avoid the dependency on private LLVM headers outside MSVC
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 2 10:09:36 PDT 2016
mgorny added a comment.
I can't say it wouldn't work but I think exposing that as part of public API would be ugly-ish. So I'd rather go for either exposing it in llvm-config.h, or LLVMConfig.cmake (and then redeclaring inside LLDB) -- with preference on the former as requiring least work.
https://reviews.llvm.org/D26249
More information about the lldb-commits
mailing list