[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions in libc. (PR #126597)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Feb 11 14:08:32 PST 2025
================
@@ -83,7 +83,7 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
SRCS
countls${suffix}_test.cpp
COMPILE_OPTIONS
- -O3
+ ${libc_opt_high_flag}
----------------
nickdesaulniers wrote:
Sorry, both of these should be removed.
https://github.com/llvm/llvm-project/pull/126597
More information about the libc-commits
mailing list