[PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.

Artem Belevich tra at google.com
Wed Jul 8 10:36:50 PDT 2015


tra updated this revision to Diff 29269.
tra marked 3 inline comments as done.
tra added a comment.

Addressed dougk@ and echristo@ comments:

- folded PrintActionList back into PrintActions1 and got rid of forward declaration.
- gave cuda toolchain more descriptive name
- minor formatting and test cases fixes.


http://reviews.llvm.org/D9509

Files:
  include/clang/Driver/Action.h
  include/clang/Driver/Driver.h
  include/clang/Driver/Options.td
  include/clang/Driver/Types.def
  include/clang/Driver/Types.h
  lib/Driver/Action.cpp
  lib/Driver/Driver.cpp
  lib/Driver/ToolChain.cpp
  lib/Driver/ToolChains.cpp
  lib/Driver/ToolChains.h
  lib/Driver/Tools.cpp
  lib/Driver/Types.cpp
  lib/Frontend/CreateInvocationFromCommandLine.cpp
  test/Driver/cuda-options.cu
  test/Index/attributes-cuda.cu
  test/Index/index-file.cu
  tools/libclang/CIndex.cpp
  unittests/ASTMatchers/ASTMatchersTest.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9509.29269.patch
Type: text/x-patch
Size: 35006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150708/75fd97c8/attachment.bin>


More information about the cfe-commits mailing list