[libc-commits] [llvm] [libc] [libc][NFC] Fix "type qualifiers ignored on cast result type" GCC warning (PR #78509)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Thu Jan 18 08:11:44 PST 2024
gchatelet wrote:
> > I changed the build system to add `-frounding-math` to both CMake and Bazel. @lntue let me know if there's a better way to do this. I've checked that the flag is passed down to the command line but I haven't checked the generated code.
>
> Adding that flag should work. Can you only add that flag to the updated tests in this patch for now?
Do you mean that I should add the flag only on this particular test and not globally for all `add_fp_unittest` / `libc_test`?
https://github.com/llvm/llvm-project/pull/78509
More information about the libc-commits
mailing list