-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fd56a1
commit fcf804e
Showing
5 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version = v"18.1.1" | ||
|
||
include("../common.jl") | ||
|
||
# Build the tarballs | ||
build_tarballs(ARGS, configure(version; experimental=true)...; | ||
preferred_gcc_version=v"6.1.0", julia_compat="1.12") |
1 change: 1 addition & 0 deletions
1
L/LLVMLibUnwind/[email protected]/bundled/patches/0001-unwind-prologue-epilogue.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../[email protected]/bundled/patches/0001-unwind-prologue-epilogue.patch |
1 change: 1 addition & 0 deletions
1
L/LLVMLibUnwind/[email protected]/bundled/patches/0002-force-dwarf.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../[email protected]/bundled/patches/0002-force-dwarf.patch |
10 changes: 10 additions & 0 deletions
10
L/LLVMLibUnwind/[email protected]/bundled/patches/0003-stdc-format-macros.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/libunwind/src/DwarfParser.hpp | ||
+++ b/libunwind/src/DwarfParser.hpp | ||
@@ -12,6 +12,7 @@ | ||
#ifndef __DWARF_PARSER_HPP__ | ||
#define __DWARF_PARSER_HPP__ | ||
|
||
+#define __STDC_FORMAT_MACROS | ||
#include <inttypes.h> | ||
#include <stdint.h> | ||
#include <stdio.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters