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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to