-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
This issue track the process to get software and hardware exception handling working on ARM64 Linux.
Background: as part of #7231 we enabled building CoreCLR on Linux and got "Hello World" to run.
Lessons learned were that we need:
- llvm 3.9 to compile for arm64
- compile lldb from source (at least on Ubuntu Zesty) to debug
Current focus is on Ubuntu 17.04 (Zesty), although we may try other Linux variants in a later stage, too.
parjong