[libc-commits] [libc] [libc][test] make `str_to_float_comparison_test` independent of C++ headers. (PR #133978)

Mikhail R. Gadelha via libc-commits libc-commits at lists.llvm.org
Sat Apr 5 08:18:58 PDT 2025


================
@@ -138,7 +172,16 @@ int checkFile(char *inputFileName, int *totalFails, int *totalBitDiffs,
   return 0;
 }
 
-int main(int argc, char *argv[]) {
+int updateResult(int result, int curResult) {
----------------
mikhailramalho wrote:

you can inline this once the old file handling stuff is removed

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


More information about the libc-commits mailing list