[all-commits] [llvm/llvm-project] ad4c42: [nfc][libomptarget] Inline option into target_impl
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Sun Oct 27 07:27:01 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad4c42666dd8ace31d0283765b75ef9146f2179b
https://github.com/llvm/llvm-project/commit/ad4c42666dd8ace31d0283765b75ef9146f2179b
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2019-10-27 (Sun, 27 Oct 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/nvptx/src/debug.h
M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
R openmp/libomptarget/deviceRTLs/nvptx/src/option.h
M openmp/libomptarget/deviceRTLs/nvptx/src/state-queue.h
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[nfc][libomptarget] Inline option into target_impl
Summary:
[nfc][libomptarget] Inline option into target_impl
Subset of D69423. The macros that were in option.h are all target dependent.
Inlining the header simplifies the dependency graph when looking to move code
into a common subdir.
Reviewers: ABataev, jdoerfert, grokos
Subscribers: openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D69472
More information about the All-commits
mailing list