This is an archive of the discontinued LLVM Phabricator instance.

[docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable value
ClosedPublic

Authored by azharudd on Jul 23 2018, 6:35 PM.

Details

Summary

LLVM_ENABLE_PROJECTS expects a semicolon separated project list.

Fixes PR38158.

Diff Detail

Repository
rL LLVM

Event Timeline

azharudd created this revision.Jul 23 2018, 6:35 PM
ilya-biryukov accepted this revision.Jul 24 2018, 12:28 AM

Wow, that's a huge oversight on my end.
Thanks for fixing this! LGTM

This revision is now accepted and ready to land.Jul 24 2018, 12:28 AM
This revision was automatically updated to reflect the committed changes.