Skip to content

Commit

Permalink
deps/llvm: update reference to the latest LLVM master commit.
Browse files Browse the repository at this point in the history
The latest commit fixes avast/llvm#3.
  • Loading branch information
PeterMatula committed Feb 26, 2018
1 parent b8bff15 commit 7e06274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* Enhancement: Added unofficial support for macOS build ([#7](https://github.com/avast-tl/retdec/issues/7)).
* Enhancement: Allow 32b versions of `bin2llvmir` and `llvmir2hll` on Windows access more memory ([#7](https://github.com/avast-tl/retdec/issues/73)).
* Enhancement: Added method in `loader::Image` to obtain segment content as raw data pointer.
* Fix: Fix LLVM (and therefore RetDec) build on systems with architecture other than x86 ([llvm #3](https://github.com/avast-tl/llvm/issues/3)).
* Fix: Valid Mach-O x64 relocations are no longer ignored.
* Fix: Only a single copy of LLVM (and all other components) is kept ([#14](https://github.com/avast-tl/retdec/issues/14)).
* Fix: RetDec works even if it is installed to a directory which have whitespaces in its path.
Expand Down
4 changes: 2 additions & 2 deletions deps/llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ if(NOT PYTHON_EXECUTABLE)
endif()

ExternalProject_Add(llvm-project
URL https://github.com/avast-tl/llvm/archive/257248365d034351e164aae04060f0d8f4c5b1f1.zip
URL_HASH SHA256=0088e715fd92d9670398514791563f1efc727d5a81b5cac8830c7e746ab26c06
URL https://github.com/avast-tl/llvm/archive/159d551ca857bfdde19d40edb580afe21af0500c.zip
URL_HASH SHA256=78c76dcccfb6eb25b712a248e19be3bf85d1b5f9a713e917ee14ea13ae59609b
DOWNLOAD_NAME llvm.zip
CMAKE_ARGS
# Force a release build (we don't need to debug LLVM).
Expand Down

0 comments on commit 7e06274

Please sign in to comment.