Otherwise, the debug info is incorrect. On its own, this is mostly harmless, but safe-stack also later inlines the call to __safestack_pointer_address, which leads to debug info with the wrong scope, which eventually causes an assertion failure (and incorrect debug info in release mode).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
(Please add a comment "LGTM" when you accept a patch; otherwise, Phabricator doesn't send a notification to llvm-commits.)
Comment Actions
LGTM
How interesting, "accept revision" goes to reviewers only, not to the mailing list.
Should this be checked in module verifier?