Skip to content

Commit

Permalink
update LLVMLibUnwind
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Aug 12, 2024
1 parent 5fd56a1 commit fcf804e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions L/LLVMLibUnwind/[email protected]/build_tarballs.jl
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")
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>
1 change: 1 addition & 0 deletions L/LLVMLibUnwind/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function configure(version; experimental::Bool=false)
v"12.0.1" => "0bea6089518395ca65cf58b0a450716c5c99ce1f041079d3aa42d280ace15ca4",
# llvm-project-*.src.tar.xz
v"14.0.6" => "8b3cfd7bc695bd6cea0f37f53f0981f34f87496e79e2529874fd03a2f9dd3a8a",
v"18.1.1" => "8f34c6206be84b186b4b31f47e1b52758fa38348565953fad453d177ef34c0ad",
)

# LLVM deprecated standalone builds for several projects, including libunwind, so
Expand Down

0 comments on commit fcf804e

Please sign in to comment.