Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

[RyuJIT/ARM32] Support for CFI unwind info#4755

Merged
jkotas merged 3 commits intodotnet:masterfrom
sergign60:arm_build
Oct 18, 2017
Merged

[RyuJIT/ARM32] Support for CFI unwind info#4755
jkotas merged 3 commits intodotnet:masterfrom
sergign60:arm_build

Conversation

@sergign60
Copy link
Contributor

No description provided.

@sergign60
Copy link
Contributor Author

dotnet/coreclr#14447

@sergign60
Copy link
Contributor Author

@jkotas @Dmitri-Botcharnikov @BredPet @alpencolt please review

@sergign60
Copy link
Contributor Author

#4626


#include "dllexport.h"

#ifndef _TARGET_ARM_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should rather be #ifdef _X86_

@@ -951,7 +951,9 @@ public static void EmitObject(string objectFilePath, IEnumerable<DependencyNode>
objectWriter.BuildSymbolDefinitionMap(node, nodeContents.DefinedSymbols);

// The DWARF CFI unwind is implemented for AMD64 only.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the comment is now obsolete.

@jkotas jkotas merged commit 726bbcf into dotnet:master Oct 18, 2017
@sergign60 sergign60 deleted the arm_build branch October 18, 2017 14:35
jacano pushed a commit to jacano/corert that referenced this pull request Oct 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants