[PATCH] D84127: Make LLVM_ENABLE_LTO function with multi-arch values for CMAKE_OSX_ARCHITECTURES
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 27 14:22:00 PDT 2020
dsanders marked an inline comment as done.
dsanders added inline comments.
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:2000
+ # to be.
+ COMMAND ${CMAKE_COMMAND} -E rename "$<TARGET_FILE:${name}>.${file_ext}"
+ "${output_path}"
----------------
I'm testing a small bug fix for this before I land it as it currently fails on a missing file when there's no debug info.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84127/new/
https://reviews.llvm.org/D84127
More information about the llvm-commits
mailing list