This is an archive of the discontinued LLVM Phabricator instance.

Add proper headers in CFGUpdate.h and add CFGDiff.h in the list of delayed headers for LLVM_intrinsic_gen.
ClosedPublic

Authored by asbirlea on Aug 14 2018, 1:47 PM.

Details

Summary

Fix module build after r339694.
Add headers needed in CFGUpdate.h.
Add CFGDiff.h in the list of delayed headers for LLVM_intrinsic_gen.
Up for post-commit review.

Diff Detail

Event Timeline

asbirlea created this revision.Aug 14 2018, 1:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 14 2018, 1:49 PM
This revision was automatically updated to reflect the committed changes.

That looks good!