[llvm-bugs] [Bug 50963] New: CMake Warning: prior to building runtimes with just built compiler
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 2 00:17:22 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50963
Bug ID: 50963
Summary: CMake Warning: prior to building runtimes with just
built compiler
Product: OpenMP
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: itaru.kitayama at gmail.com
CC: llvm-bugs at lists.llvm.org
Hi,
I am wondering if the CMake warnings are alright or not.
-- Looking for __atomic_load_1
-- Looking for __atomic_load_1 - not found
-- Looking for __atomic_load_1 in atomic
-- Looking for __atomic_load_1 in atomic - found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
COMPILER_RT_BUILD_BUILTINS
LLVM_CONFIG_PATH
LLVM_DEFAULT_TARGET_TRIPLE
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR
LLVM_ENABLE_PROJECTS_USED
LLVM_HOST_TRIPLE
-- Build files have been written to: /tmp/runtimes/runtimes-bins
[4236/4240] Performing build step for 'runtimes'
[169/211] Building CXX object
openmp/libomptarget/src/CMakeFiles/omptarget.dir/device.cpp.o
/p/scratch/cjzam11/kitayama1/projects/llvm-project/openmp/libomptarget/src/device.cpp:79:29:
warning: unused variable 'newEntry' [-Wunused-variable]
const HostDataToTargetTy &newEntry =
^
1 warning generated.
[211/211] Linking C shared library openmp/runtime/src/libomp.so
[4237/4240] No install step for 'runtimes'
[4239/4240] Install the project...
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210702/89ef039e/attachment-0001.html>
More information about the llvm-bugs
mailing list