diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-12-13 04:19:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-12-13 04:19:05 +0000 |
commit | da6317f81fea568240bd1d2760ee1cf02d341be8 (patch) | |
tree | b53f2d1cc69f5801c79b6809f0ffc8933304af4b /docs | |
parent | 593c23caad07bd8b4d042db897b7d9fed7b4f213 (diff) | |
download | external_llvm-da6317f81fea568240bd1d2760ee1cf02d341be8.zip external_llvm-da6317f81fea568240bd1d2760ee1cf02d341be8.tar.gz external_llvm-da6317f81fea568240bd1d2760ee1cf02d341be8.tar.bz2 |
Fix URL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 2030267..c6b72f4 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -156,7 +156,7 @@ Ports to other architectures like ARM and AArch64 are underway. LibBeauty --------- -The `LibBeauty <http://www.libbeauty.comLibBeauty>`_ decompiler and reverse +The `LibBeauty <http://www.libbeauty.com>`_ decompiler and reverse engineering tool currently utilises the LLVM disassembler and the LLVM IR Builder. The current aim of the project is to take a x86_64 binary ``.o`` file as input, and produce an equivalent LLVM IR ``.bc`` or ``.ll`` file as |