[libcxx-commits] [PATCH] D144395: [runtimes] Move common functions from Handle{Libcxx, Libcxxabi, Libunwind}Flags.cmake to runtimes/cmake/Modules/HandleFlags.cmake
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 20 13:08:57 PST 2023
philnik added inline comments.
================
Comment at: runtimes/cmake/Modules/HandleFlags.cmake:44
+ foreach(value ${ARGN})
+ list(APPEND ${DEST} ${value})
+ list(APPEND ${DEST} ${value})
----------------
arichardson wrote:
> Is there a reason that this appends twice?
No idea, but it's been that way already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144395/new/
https://reviews.llvm.org/D144395
More information about the libcxx-commits
mailing list