This is an archive of the discontinued LLVM Phabricator instance.

Append clang system include path for offloading tool chains.
ClosedPublic

Authored by sfantao on Jul 18 2016, 4:55 PM.

Details

Summary

This patch adds clang system include path when offloading tool chains, e.g. CUDA, are used in the current compilation.

This fixes an issue detected by @rsmith in response to r275645.

Diff Detail

Event Timeline

sfantao updated this revision to Diff 64424.Jul 18 2016, 4:55 PM
sfantao retitled this revision from to Append clang system include path for offloading tool chains..
sfantao updated this object.
sfantao added reviewers: tra, rsmith.
sfantao added subscribers: cfe-commits, rsmith.
sfantao updated this revision to Diff 64428.Jul 18 2016, 4:59 PM
  • Add missing context for review.
tra accepted this revision.Jul 18 2016, 5:02 PM
tra edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 18 2016, 5:02 PM
This revision was automatically updated to reflect the committed changes.