[PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 13 10:42:11 PST 2015


tra updated this revision to Diff 40163.
tra added a comment.

Added a FIXME note regarding figuring out which compilation pass we're constructing.
Undone the change to make getToolchain public as it's no longer accessed from outside of Driver.
Converted the if(AuxToolchain) into assert.


http://reviews.llvm.org/D13144

Files:
  include/clang/Driver/Action.h
  include/clang/Driver/Compilation.h
  include/clang/Driver/Driver.h
  lib/Driver/Action.cpp
  lib/Driver/Compilation.cpp
  lib/Driver/Driver.cpp
  lib/Driver/Tools.cpp
  test/Driver/cuda-options.cu
  test/SemaCUDA/function-target-hd.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13144.40163.patch
Type: text/x-patch
Size: 20007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151113/a0842e96/attachment-0001.bin>


More information about the cfe-commits mailing list