[libc-commits] [PATCH] D100646: [libc] Add a set of elementary operations
Roman Lebedev via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 21 09:32:55 PDT 2021
lebedev.ri 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"
)
----------------
Passing-by comment: why is this here?
This enforces clang/LLVM as the compiler used to build this library.
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