[all-commits] [llvm/llvm-project] 7f7c2c: [OpenMP][CMake] Clean up the CMake variable `LIBOM...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Sat Mar 5 19:38:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f7c2c34b6b349e2183fb87cd1a608576e8f8e8a
https://github.com/llvm/llvm-project/commit/7f7c2c34b6b349e2183fb87cd1a608576e8f8e8a
Author: Shilei Tian <i at tianshilei.me>
Date: 2022-03-05 (Sat, 05 Mar 2022)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/common/elf_common/CMakeLists.txt
M openmp/libomptarget/plugins/cuda/CMakeLists.txt
M openmp/libomptarget/src/CMakeLists.txt
Log Message:
-----------
[OpenMP][CMake] Clean up the CMake variable `LIBOMPTARGET_LLVM_INCLUDE_DIRS`
`LIBOMPTARGET_LLVM_INCLUDE_DIRS` is currently checked and included for
multiple times redundantly. This patch is simply a clean up.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D121055
More information about the All-commits
mailing list