Skip to content

Commit bdec6c9

Browse files
committed
Bump libdwarf to 2.1.0
1 parent ce018f0 commit bdec6c9

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ make install
14641464
cd ~/scratch/cpptrace-test
14651465
git clone https://github.com/jeremy-rifkin/libdwarf-lite.git
14661466
cd libdwarf-lite
1467-
git checkout 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0.0
1467+
git checkout 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1.0
14681468
mkdir build
14691469
cd build
14701470
cmake .. -DPIC_ALWAYS=On -DBUILD_DWARFDUMP=Off -DCMAKE_PREFIX_PATH=~/scratch/cpptrace-test/resources -DCMAKE_INSTALL_PREFIX=~/scratch/cpptrace-test/resources

ci/setup-prerequisites-mingw.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir libdwarf
1717
cd libdwarf
1818
git init
1919
git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
20-
git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0.0
20+
git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1.0
2121
git checkout FETCH_HEAD
2222
mkdir build
2323
cd build

ci/setup-prerequisites-unittest-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir libdwarf
1515
cd libdwarf
1616
git init
1717
git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
18-
git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0.0
18+
git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1.0
1919
git checkout FETCH_HEAD
2020
mkdir build
2121
cd build

ci/setup-prerequisites-unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir libdwarf
1515
cd libdwarf
1616
git init
1717
git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
18-
git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0.0
18+
git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1.0
1919
git checkout FETCH_HEAD
2020
mkdir build
2121
cd build

ci/setup-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir libdwarf
1616
cd libdwarf
1717
git init
1818
git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
19-
git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0.0
19+
git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1.0
2020
git checkout FETCH_HEAD
2121
mkdir build
2222
cd build

cmake/OptionVariables.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ option(CPPTRACE_UNPREFIXED_TRY_CATCH "" OFF)
182182
option(CPPTRACE_USE_EXTERNAL_GTEST "" OFF)
183183
set(CPPTRACE_ZSTD_URL "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz" CACHE STRING "")
184184
set(CPPTRACE_LIBDWARF_REPO "https://github.com/jeremy-rifkin/libdwarf-lite.git" CACHE STRING "")
185-
set(CPPTRACE_LIBDWARF_TAG "23044a5654d4abc45f0864a06d42144365d9a425" CACHE STRING "") # v2.0.0
185+
set(CPPTRACE_LIBDWARF_TAG "5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f" CACHE STRING "") # v2.1.0
186186
set(CPPTRACE_LIBDWARF_SHALLOW "1" CACHE STRING "")
187187
option(CPPTRACE_PROVIDE_EXPORT_SET "" ON)
188188
option(CPPTRACE_PROVIDE_EXPORT_SET_FOR_LIBDWARF "" OFF)

0 commit comments

Comments
 (0)