[PATCH] D18171: [CUDA][OpenMP] Create generic offload action

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 13:31:00 PDT 2016


sfantao updated this revision to Diff 63850.
sfantao marked 4 inline comments as done.
sfantao added a comment.

- Add assertions before accessing getInputs() when assumptions are made about the number of elements.
- Add missing evaluations of end iterator in the beginning of loops.
- Address other comments by Art.


http://reviews.llvm.org/D18171

Files:
  include/clang/Driver/Action.h
  include/clang/Driver/Compilation.h
  include/clang/Driver/Driver.h
  lib/Driver/Action.cpp
  lib/Driver/Driver.cpp
  lib/Driver/ToolChain.cpp
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h
  lib/Frontend/CreateInvocationFromCommandLine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18171.63850.patch
Type: text/x-patch
Size: 61248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160713/6f12b96e/attachment-0001.bin>


More information about the cfe-commits mailing list