[all-commits] [llvm/llvm-project] d7941a: [LIBOMPTARGET]Fix build, NFC.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Oct 28 07:58:58 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d7941a6ab976121c35865c90a6a76a72c914444b
https://github.com/llvm/llvm-project/commit/d7941a6ab976121c35865c90a6a76a72c914444b
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[LIBOMPTARGET]Fix build, NFC.
Need to include nvptx_interface.h in target_impl.h, otherwise the build
is failed because of missing __kmpc_impl_lanemask_t type.
More information about the All-commits
mailing list