[compiler-rt] [builtins][CMake] Replace custom target for lse_builtin symlinks (PR #66936)
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 09:30:30 PDT 2023
================
@@ -827,16 +831,6 @@ else ()
list(APPEND BUILTIN_CFLAGS_${arch} -fforce-enable-int128)
endif()
- if(arch STREQUAL "aarch64")
- add_custom_target(
- lse_builtin_symlinks
- BYPRODUCTS ${lse_builtins}
- ${arm64_lse_commands}
- )
-
- set(deps_aarch64 lse_builtin_symlinks)
----------------
petrhosek wrote:
The symlinks are used as sources for the `clang_rt.builtins` target which makes them a dependency.
https://github.com/llvm/llvm-project/pull/66936
More information about the llvm-commits
mailing list