This is an archive of the discontinued LLVM Phabricator instance.

Unbreak Clang standalone build.
AbandonedPublic

Authored by michele.scandale on Jul 8 2020, 11:53 AM.

Details

Summary

Having the omp_gen dependency added unconditionally to Clang libraries
breaks the Clang standalone build. This dependency should be added only
if CLANG_BUILT_STANDALONE is false, similarly to the intrinsics_gen
case.
Moreover the C++ standard must be set properly as well.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
michele.scandale abandoned this revision.Jul 8 2020, 12:05 PM