File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "dep/imhex "]
2- path = dep/imhex
3- url = https://github.com/davidgiven/ImHex.git
41[submodule "dep/imgui "]
52 path = dep/imgui
63 url = https://github.com/ocornut/imgui.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 336336 for f in ["hex/trace/stacktrace.hpp" , "hex/trace/exceptions.hpp" ]
337337 }
338338 | {
339- "ItaniumNodes.def" : "dep/r/imhex/lib/third_party/llvm-demangle/include/llvm/Demangle/ItaniumNodes.def"
339+ f : f"dep/r/imhex/lib/third_party/llvm-demangle/include/{ f } "
340+ for f in [
341+ "llvm/Demangle/Utility.h" ,
342+ "llvm/Demangle/DemangleConfig.h" ,
343+ "llvm/Demangle/MicrosoftDemangleNodes.h" ,
344+ "llvm/Demangle/MicrosoftDemangle.h" ,
345+ "llvm/Demangle/ItaniumNodes.def" ,
346+ "llvm/Demangle/ItaniumDemangle.h" ,
347+ "llvm/Demangle/Demangle.h" ,
348+ "llvm/Demangle/StringViewExtras.h" ,
349+ ]
350+ }
351+ | {
352+ "ItaniumNodes.def" : "dep/r/imhex/lib/third_party/llvm-demangle/include/llvm/Demangle/ItaniumNodes.def" ,
340353 }
341354 ),
342355 deps = ["dep+imhex_repo" ],
You can’t perform that action at this time.
0 commit comments