<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - CMake Warning: prior to building runtimes with just built compiler"
href="https://bugs.llvm.org/show_bug.cgi?id=50963">50963</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>CMake Warning: prior to building runtimes with just built compiler
</td>
</tr>
<tr>
<th>Product</th>
<td>OpenMP
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Clang Compiler Support
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>itaru.kitayama@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>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...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>