This is an archive of the discontinued LLVM Phabricator instance.

Fix CMake build after 241620.
AbandonedPublic

Authored by sivachandra on Jul 7 2015, 4:03 PM.

Details

Reviewers
aprantl

Diff Detail

Event Timeline

sivachandra updated this revision to Diff 29220.Jul 7 2015, 4:03 PM
sivachandra retitled this revision from to Fix CMake build after 241620..
sivachandra updated this object.
sivachandra added a reviewer: aprantl.
sivachandra added a subscriber: cfe-commits.
aprantl accepted this revision.Jul 7 2015, 4:27 PM
aprantl edited edge metadata.

Thanks! I reverted the change in the mean time. I'll test this on some more configurations and then reapply it.

This revision is now accepted and ready to land.Jul 7 2015, 4:27 PM

You can probably apply this change before relanding. Me landing without your change will make this change meaningless.

Yes that's what I meant to do.

That said, I will probably solve this by remove the calls to initialize all targets from CodeGen altogether and move them directly into ClangCheck.cpp.

sivachandra abandoned this revision.Jul 8 2015, 1:47 PM

I do not know much about clang to comment here. I will abandon this change.