[all-commits] [llvm/llvm-project] 09834f: [libomptarget][nfc] Move non-freestanding headers ...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Tue Mar 31 15:43:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09834f976125545c74b8c1161be5204352165368
https://github.com/llvm/llvm-project/commit/09834f976125545c74b8c1161be5204352165368
Author: JonChesterfield <jonathanchesterfield at gmail.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
M openmp/libomptarget/deviceRTLs/common/debug.h
M openmp/libomptarget/deviceRTLs/common/omptarget.h
M openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[libomptarget][nfc] Move non-freestanding headers out of common
Summary:
[libomptarget][nfc] Move non-freestanding headers out of common
Lowers the bar for building deviceRTL.
Drops math.h entirely as it wasn't used and libm is a big dependency.
Reviewers: jdoerfert, ABataev, grokos
Reviewed By: jdoerfert
Subscribers: jvesely, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D77071
More information about the All-commits
mailing list