[PATCH] D62639: Fix ABI breakage with noimplicitfloat and varargs functions

Anton Korobeynikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 21:31:10 PDT 2019


asl added a comment.

@efriedma The LangRef states that "This attributes disables implicit floating-point instructions". I believe that the definition of "implicit" is very vague here. And clang cmdline documentation does not explain "-mno-implicit-float" at all. What you'd suggest? :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62639





More information about the llvm-commits mailing list