Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #714 from dotnet/mergetest
Browse files Browse the repository at this point in the history
Changes for FI from master to MS
  • Loading branch information
richardlford committed Jul 17, 2015
2 parents 18aa993 + 353eb0a commit a5892b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Reader/readerir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ void GenIR::insertIRForUnmanagedCallFrame() {
IRBuilder<>::InsertPoint SavedInsertPoint = LLVMBuilder->saveIP();

// Mark this function as requiring a frame pointer and as using GC.
Function->addFnAttr("no-frame-pointer-elim-non-leaf");
Function->addFnAttr("no-frame-pointer-elim", "true");
Function->setGC("coreclr");

// The call frame data structure is modeled as an opaque blob of bytes.
Expand Down

0 comments on commit a5892b1

Please sign in to comment.