[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions in libc. (PR #126597)

Krishna Pandey via libc-commits libc-commits at lists.llvm.org
Tue Feb 11 14:57:45 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}
----------------
krishna2803 wrote:

fixed here:
https://github.com/llvm/llvm-project/blob/958d51b272a3e3fe9605837c3e99ed47e6c922e8/libc/test/src/stdfix/CMakeLists.txt#L77-L89

on a side note, i don't need to remove these for the other functions right? as they would be handled by the merge i suppose?

https://github.com/llvm/llvm-project/pull/126597


More information about the libc-commits mailing list