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

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 17:24:22 PDT 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

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.

Repository:
  rL LLVM

http://reviews.llvm.org/D20607

Files:
  examples/BrainF/BrainF.cpp
  examples/BrainF/BrainF.h
  examples/BrainF/BrainFDriver.cpp
  examples/Fibonacci/fibonacci.cpp
  examples/HowToUseJIT/HowToUseJIT.cpp
  examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
  examples/Kaleidoscope/include/KaleidoscopeJIT.h
  examples/ModuleMaker/ModuleMaker.cpp
  examples/ParallelJIT/ParallelJIT.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20607.58361.patch
Type: text/x-patch
Size: 12995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/6f87d6c6/attachment.bin>


More information about the llvm-commits mailing list