This is an archive of the discontinued LLVM Phabricator instance.

scudo: Only add no-omit-frame-pointer flags when the compiler supports them
ClosedPublic

Authored by tstellar on Sep 2 2021, 2:24 PM.

Diff Detail

Event Timeline

tstellar created this revision.Sep 2 2021, 2:24 PM
tstellar requested review of this revision.Sep 2 2021, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2021, 2:24 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad added inline comments.Sep 2 2021, 3:17 PM
compiler-rt/lib/scudo/standalone/CMakeLists.txt
127–131

-mno-omit-leaf-frame-pointer went away?

tstellar updated this revision to Diff 370701.Sep 3 2021, 10:35 PM

Add missing -mno-omit-leaf-frame-pointer flag

cryptoad accepted this revision.Sep 4 2021, 9:41 AM

Thank you!

This revision is now accepted and ready to land.Sep 4 2021, 9:41 AM