Skip to content

Commit

Permalink
Bundle LLVM libunwind instead of depending on system installation (#1282
Browse files Browse the repository at this point in the history
)

Part #1 of supporting 32-bit platforms, needed because installed libunwind versions are mostly broken on x86. In addition, this makes it easier to handle cross-compiling since libunwind compilation is now managed by Scala Native.

Fixes #1138
  • Loading branch information
shadaj authored and densh committed Jul 25, 2018
1 parent 96edc4b commit beecec9
Show file tree
Hide file tree
Showing 28 changed files with 14,732 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nativelib/src/main/resources/gc/immix/StackTrace.h
@@ -1,7 +1,7 @@
#ifndef IMMIX_STACKTRACE_H
#define IMMIX_STACKTRACE_H

#include <libunwind.h>
#include "../../libunwind/include-libunwind/libunwind.h"
#include <stdio.h>

void StackTrace_PrintStackTrace() {
Expand Down

0 comments on commit beecec9

Please sign in to comment.