[libc-commits] [PATCH] D100646: [libc] Add a set of elementary operations
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 5 03:57:17 PDT 2021
gchatelet marked an inline comment as done.
gchatelet added inline comments.
================
Comment at: libc/src/string/CMakeLists.txt:197
DEPENDS ${ADD_IMPL_DEPENDS}
- COMPILE_OPTIONS ${ADD_IMPL_COMPILE_OPTIONS}
+ COMPILE_OPTIONS ${ADD_IMPL_COMPILE_OPTIONS} "SHELL:-mllvm -combiner-global-alias-analysis"
)
----------------
lebedev.ri wrote:
> Passing-by comment: why is this here?
> This enforces clang/LLVM as the compiler used to build this library.
> Passing-by comment: why is this here?
> This enforces clang/LLVM as the compiler used to build this library.
Thx for the comment, yes this should be guarded somehow. It's in my TODO list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100646/new/
https://reviews.llvm.org/D100646
More information about the libc-commits
mailing list