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

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 24 13:04:44 PDT 2015


tra created this revision.
tra added a reviewer: echristo.
tra added a subscriber: cfe-commits.

Propagates AuxTriple throughout job pipeline construction in driver and on to Tool::ConstructJob().
It in turn passes target triple of opposite side of CUDA compilation as -aux-triple option to sub-compilations.


http://reviews.llvm.org/D13144

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13144.35658.patch
Type: text/x-patch
Size: 11070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150924/82b36339/attachment-0001.bin>


More information about the cfe-commits mailing list