Skip to content

Commit ee6787f

Browse files
committed
Update dev to point at latest libdwarf dev commit with a pe heuristic fix
1 parent 74ed6af commit ee6787f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,17 @@ if(CPPTRACE_GET_SYMBOLS_WITH_LIBDWARF)
395395
# set(BUILD_DWARFDUMP FALSE)
396396
FetchContent_Declare(
397397
libdwarf
398-
# GIT_REPOSITORY https://github.com/davea42/libdwarf-code.git
398+
GIT_REPOSITORY https://github.com/davea42/libdwarf-code.git
399399
# GIT_TAG 6216e185863f41d6f19ab850caabfff7326020d7 # v0.8.0
400400
# GIT_TAG 8b0bd09d8c77d45a68cb1bb00a54186a92b683d9 # v0.9.0
401401
# GIT_TAG 8cdcc531f310d1c5ae61da469d8056bdd36b77e7 # v0.9.1 + some cmake changes
402402
# Using a lightweight mirror that's optimized for clone + configure speed
403-
GIT_REPOSITORY https://github.com/jeremy-rifkin/libdwarf-lite.git
403+
GIT_TAG ee53f0b6c99fc8cdaa3ae77af0196fb20e16177a # main 5.10.24
404+
# GIT_REPOSITORY https://github.com/jeremy-rifkin/libdwarf-lite.git
404405
# GIT_TAG c78e984f3abbd20f6e01d6f51819e826b1691f65 # v0.8.0
405406
# GIT_TAG 71090c680b4c943448ba87a0f1f864f174e4edda # v0.9.0
406407
# GIT_TAG 5c0cb251f94b27e90184e6b2d9a0c9c62593babc # v0.9.1 + some cmake changes
407-
GIT_TAG 87401f22cd05628d23059cb29ee6448a55c3a88a # v0.9.2
408+
# GIT_TAG 87401f22cd05628d23059cb29ee6448a55c3a88a # v0.9.2
408409
GIT_SHALLOW 1
409410
)
410411
# FetchContent_MakeAvailable(libdwarf)

0 commit comments

Comments
 (0)