mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 07:26:41 +00:00

Summary: CMake doesn't support this type of dependency so it keeps emitting a warning. Just remove it, because it's not doing anything currently anyway. If we really wanted this to work you'd need to add a custom target that has a dependency on the output of a custom command, but that would only be worhwhile if we ever expected this file to change.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.