And make -fomit-frame-pointer imply -momit-leaf-frame-pointer.
This matches GCC's behavior.
llvm.org/PR9825
Differential D55915
[Driver] Make -fno-omit-frame-pointer imply -mno-omit-leaf-frame-pointer ychen on Dec 19 2018, 8:55 PM. Authored by
Details
Diff Detail
Event Timeline
Comment Actions Thanks for the review! Comments inline.
Comment Actions The number of negations and such in the CC1 interface here and the attributes makes all of these tests super confusing. Wonder if we should fix that before making changes here. Also adding folks to comment on the cl.exe driver mode and how it should behave.
|
This seems like an unrelated change?