File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 162162
163163 * Fix issue in the Python bindings while trying to access ``lief.__LIEF_MAIN_COMMIT__ ``
164164 * Fix CMake issue with ``find_package(lief-extended) ``
165- * Use LLVM 20.1.3
165+ * Use LLVM 20.1.6
166166
167167:Build System:
168168
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def setup(app: Sphinx):
7878 app .config .lief_gh_sponsor_url = "https://github.com/sponsors/lief-project"
7979 app .config .lief_extended_url = "https://extended.lief.re/"
8080 app .config .lief_extended_email = "extended@lief.re"
81- app .config .lief_llvm_version = "20.1.5 "
81+ app .config .lief_llvm_version = "20.1.6 "
8282
8383 app .config .lief_rust_doc_base_url = "https://lief.re/doc/stable/rust"
8484 app .config .lief_rust_doc = f"{ app .config .lief_rust_doc_base_url } /lief"
You can’t perform that action at this time.
0 commit comments