mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[Flang] Handle the newly-added "Reserved" FramePointerKind for 1a5239251e
This commit is contained in:
@@ -802,6 +802,9 @@ void Flang::ConstructJob(Compilation &C, const JobAction &JA,
|
||||
case CodeGenOptions::FramePointerKind::None:
|
||||
FPKeepKindStr = "-mframe-pointer=none";
|
||||
break;
|
||||
case CodeGenOptions::FramePointerKind::Reserved:
|
||||
FPKeepKindStr = "-mframe-pointer=reserved";
|
||||
break;
|
||||
case CodeGenOptions::FramePointerKind::NonLeaf:
|
||||
FPKeepKindStr = "-mframe-pointer=non-leaf";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user