[libc-commits] [PATCH] D149705: [libc] Enable the 'stdlib' unit tests to be hermetic

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 2 16:42:31 PDT 2023


jhuber6 added inline comments.


================
Comment at: libc/test/src/stdlib/CMakeLists.txt:111-112
     libc.src.stdlib.strtold
+  COMPILE_FLAGS
+    -fno-builtin
 )
----------------
michaelrj wrote:
> why is this added?
Discussed with Siva in the discord, but otherwise it will emit a call to a `compiler-rt` function for `__floatuntixf`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149705/new/

https://reviews.llvm.org/D149705



More information about the libc-commits mailing list