[all-commits] [llvm/llvm-project] cb30ad: [SYCL] Add support for auxiliary triple specificat...
Alexey Bader via All-commits
all-commits at lists.llvm.org
Wed Dec 11 04:49:37 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb30ad728f0b7666691c72a6a1399f36ebc60ad5
https://github.com/llvm/llvm-project/commit/cb30ad728f0b7666691c72a6a1399f36ebc60ad5
Author: Alexey Bader <alexey.bader at intel.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
A clang/test/Frontend/sycl-aux-triple.cpp
Log Message:
-----------
[SYCL] Add support for auxiliary triple specification to Frontend
Summary:
Add host predefined macros to compilation for SYCL device, which is
required for pre-processing host specific includes (e.g. system
headers).
Reviewers: ABataev, jdoerfert
Subscribers: ebevhan, Anastasia, cfe-commits, keryell, Naghasan, Fznamznon
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71286
Signed-off-by: Alexey Bader <alexey.bader at intel.com>
More information about the All-commits
mailing list