Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Matt Arsenault 42d4c85ca8 clang: Stop emitting "strictfp"
The attribute is a proper enum attribute, strictfp. We were getting
strictfp and "strictfp" set on every function with
-fexperimental-strict-floating-point.

https://reviews.llvm.org/D139629
2023-07-07 15:28:21 -04:00

284 KiB