This is an archive of the discontinued LLVM Phabricator instance.

Proper dependency check for clang in compiler_rt
ClosedPublic

Authored by george.karpenkov on Aug 28 2017, 12:37 PM.

Details

Summary

A working alternative to https://reviews.llvm.org/D37126:

  • Not having a dependency does not work in standalone build, as Clang does not exist.
  • if (TARGET clang) check is useless, as it is order-dependent, and Clang may not be registered yet.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek accepted this revision.Aug 28 2017, 12:38 PM
This revision is now accepted and ready to land.Aug 28 2017, 12:38 PM
This revision was automatically updated to reflect the committed changes.