Merge pull request #66333 from al45tair/eng/PR-110260855

[Backtracing][IRGen] Add a semantic attribute to force frame pointer.
This commit is contained in:
Alastair Houghton
2023-06-06 17:51:20 +01:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -144,5 +144,8 @@ SEMANTICS_ATTR(NO_PERFORMANCE_ANALYSIS, "no_performance_analysis")
// that may cause the user to think there is a bug in the compiler.
SEMANTICS_ATTR(NO_MOVEONLY_DIAGNOSTICS, "sil.optimizer.moveonly.diagnostic.ignore")
// Force the use of the frame pointer for the specified function
SEMANTICS_ATTR(USE_FRAME_POINTER, "use_frame_pointer")
#undef SEMANTICS_ATTR