[all-commits] [llvm/llvm-project] e23f35: [libomptarget] Build amdgcn devicertl by default
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Mon Mar 15 16:27:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e23f3502d9a2b1e9abd445130a22cc00f6464da8
https://github.com/llvm/llvm-project/commit/e23f3502d9a2b1e9abd445130a22cc00f6464da8
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M openmp/libomptarget/deviceRTLs/CMakeLists.txt
M openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
Log Message:
-----------
[libomptarget] Build amdgcn devicertl by default
[libomptarget] Build amdgcn devicertl by default
The cmake for this looks for an llvm install and does the right thing when
building as part of enable_runtimes. It will probably do the right thing
in other settings - at least, it won't try to build this with gcc.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D98658
More information about the All-commits
mailing list