Changeset 176546 in webkit
- Timestamp:
- Nov 26, 2014, 12:08:17 AM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 added
- 2 deleted
- 3 edited
-
ChangeLog (modified) (1 diff)
-
efl/jhbuild.modules (modified) (1 diff)
-
efl/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch (added)
-
efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch (deleted)
-
gtk/jhbuild-optional.modules (modified) (1 diff)
-
gtk/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch (added)
-
gtk/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r176539 r176546 1 2014-11-26 Akos Kiss <akiss@inf.u-szeged.hu> 2 3 [EFL][GTK] Bump up FDE relocation fixing patch to version accepted to LLVM trunk. 4 https://bugs.webkit.org/show_bug.cgi?id=139047 5 6 Reviewed by Carlos Garcia Campos. 7 8 * efl/jhbuild.modules: 9 * efl/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added. 10 * efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed. 11 * gtk/jhbuild-optional.modules: 12 * gtk/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added. 13 * gtk/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed. 14 1 15 2014-11-25 Tanay C <tanay.c@samsung.com> 2 16 -
trunk/Tools/efl/jhbuild.modules
r176514 r176546 143 143 module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm" 144 144 hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03"> 145 <patch file="llvm-elf- fix-x86_64-fdecfiencoding.patch" strip="1"/>145 <patch file="llvm-elf-allow-fde-references-outside-the-2gb-range.patch" strip="1"/> 146 146 <patch file="llvm-elf-add-stackmaps.patch" strip="1"/> 147 147 </branch> -
trunk/Tools/gtk/jhbuild-optional.modules
r175465 r176546 50 50 module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm-3.5.0" 51 51 hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03"> 52 <patch file="llvm-elf- fix-x86_64-fdecfiencoding.patch" strip="1"/>52 <patch file="llvm-elf-allow-fde-references-outside-the-2gb-range.patch" strip="1"/> 53 53 <patch file="llvm-elf-add-stackmaps.patch" strip="1"/> 54 54 </branch>
Note:
See TracChangeset
for help on using the changeset viewer.