[PATCH] D99160: [X86][FastISEL] Support DW_TAG_call_site_parameter with FastISEL
Djordje Todorovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 5 08:02:36 PDT 2021
djtodoro added a comment.
I think that the Debug Entry Values feature should not be enabled by default for non optimized code, so the `TargetOptions::ShouldEmitDebugEntryValues()` should be patched with checking of optimization level (it should be > 0).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99160/new/
https://reviews.llvm.org/D99160
More information about the cfe-commits
mailing list