This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix some Include What You Use warnings in examples; other minor fixes
ClosedPublic

Authored by Eugene.Zelenko on May 24 2016, 5:24 PM.

Details

Summary

ParallelJIT.cpp should be modernized to use C++11 thread/synchronization objects, but will be good idea if person with better knowledge then me will take care of this.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLVM] Fix some Include What You Use warnings in examples; other minor fixes.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
hans accepted this revision.May 24 2016, 6:15 PM
hans edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 24 2016, 6:15 PM
This revision was automatically updated to reflect the committed changes.