[Lldb-commits] [PATCH] D66208: [lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module build failures

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 14 14:31:17 PDT 2019


teemperor added a comment.

In D66208#1629378 <https://reviews.llvm.org/D66208#1629378>, @JDevlieghere wrote:

> LGTM.
>
> Out of curiosity, do you know why we don't see this on the CMake bot on GreenDragon, which is a modules build? Is this so infrequent that I might have missed it?
>
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/


Do the bots use a fresh build folder? Clang could find the generated headers from a previous build or there are headers with the same name in the possible include paths (even tough they are usually not included as the header that is generated would be before these other headers in the include path). That would be my explanation.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66208/new/

https://reviews.llvm.org/D66208





More information about the lldb-commits mailing list