[PATCH] D23835: [compiler-rt] tsan/tests: Add missing -I for top-level include directory

Michał Górny via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 12:21:15 PST 2016


mgorny abandoned this revision.
mgorny added a comment.

In https://reviews.llvm.org/D23835#602545, @dvyukov wrote:

> What is standalone build?


A stand-alone build is a build performed outside LLVM source tree, e.g. out of split checkout, done against installed LLVM. In this case, with -DLLVM_MAIN_SRC_DIR= pointing explicitly to an external LLVM source tree needed for tests.

> And how does it fail?

Actually, it seems that it doesn't fail anymore. I suppose it was fixed elsewhere. I'm sorry for the noise.


https://reviews.llvm.org/D23835





More information about the cfe-commits mailing list