This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by mgorny on Aug 24 2016, 6:04 AM.

Details

Summary

Otherwise stand-alone build for tests fails due to missing include files.

Diff Detail

Event Timeline

mgorny updated this revision to Diff 69102.Aug 24 2016, 6:04 AM
mgorny retitled this revision from to [compiler-rt] tsan/tests: Add missing -I for top-level include directory.
mgorny updated this object.
mgorny added a reviewer: samsonov.
mgorny added a subscriber: cfe-commits.
dvyukov edited edge metadata.

What is standalone build? And how does it fail?

mgorny abandoned this revision.Nov 22 2016, 12:21 PM

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.