[Lldb-commits] [PATCH] D23881: [LLDB] [cmake]: Add local module directory to search path for standalone build
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 25 10:37:06 PDT 2016
mgorny added a comment.
That won't work since it would require source dir to be still available when building LLDB. The point of stand-alone build is to avoid that, and after applying this patch (and the regex fix), I'm able to achieve that. Using LLVM_MAIN_SRC_DIR would be a regression.
Repository:
rL LLVM
https://reviews.llvm.org/D23881
More information about the lldb-commits
mailing list