"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7051231709ac438a59b5b4577b93511584885794"
Fix logic around determining use of frame pointer with -pg.
Summary: As part of r342165, I rewrote the logic to check whether -fno-omit-frame-pointer was passed after a -fomit-frame-pointer argument. This CL switches that logic to use the consolidated shouldUseFramePointer() function. This fixes a potential issue where -pg gets used with -fomit-frame-pointer on a platform that must always retain frame pointers. Reviewers: dblaikie Reviewed By: dblaikie Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D52191 llvm-svn: 342501
Loading
Please register or sign in to comment