Changeset 175545 in webkit


Ignore:
Timestamp:
Nov 4, 2014 6:37:48 AM (9 years ago)
Author:
Dániel Bátyai
Message:

[EFL] Bump LLVM to version 3.5.0
https://bugs.webkit.org/show_bug.cgi?id=138312

Reviewed by Csaba Osztrogonác.

  • efl/jhbuild.modules:
  • efl/patches/llvm-elf-add-stackmaps.patch: Added.
  • efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Added.
Location:
trunk/Tools
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r175494 r175545  
     12014-11-04  Dániel Bátyai  <dbatyai.u-szeged@partner.samsung.com>
     2
     3        [EFL] Bump LLVM to version 3.5.0
     4        https://bugs.webkit.org/show_bug.cgi?id=138312
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * efl/jhbuild.modules:
     9        * efl/patches/llvm-elf-add-stackmaps.patch: Added.
     10        * efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Added.
     11
    1122014-11-03  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Tools/efl/jhbuild.modules

    r174940 r175545  
    5151  <repository type="svn" name="llvm.org"
    5252      href="http://llvm.org/svn/llvm-project/"/>
    53   <repository type="git" name="llvm-git"
    54       href="https://github.com/pille5"/>
     53  <repository type="tarball" name="llvm-tar"
     54      href="http://llvm.org"/>
    5555
    5656  <autotools id="cairo" autogen-sh="configure"
     
    138138             autogen-sh="configure"
    139139             autogenargs="--enable-optimized=yes --enable-backtraces=no --enable-targets=x86_64 --enable-zlib=no --enable-terminfo=no --enable-crash-overrides=no --disable-expensive-checks --disable-debug-runtime --disable-assertions">
    140     <branch repo="llvm-git" module="llvm.git" revision="FTL_fixes_for_EFL" checkoutdir="llvm" version="r206311"/>
     140    <branch repo="llvm-tar"
     141            module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm"
     142            hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03">
     143      <patch file="llvm-elf-fix-x86_64-fdecfiencoding.patch" strip="1"/>
     144      <patch file="llvm-elf-add-stackmaps.patch" strip="1"/>
     145    </branch>
    141146  </autotools>
    142147
     
    146151      <dep package="llvm"/>
    147152    </dependencies>
    148     <branch repo="llvm.org" module="cfe/trunk" version="r206311" revision="206311" checkoutdir="llvm/tools/clang">
     153    <branch repo="llvm.org" module="/cfe/tags/RELEASE_350/final" version="3.5.0" checkoutdir="llvm/tools/clang">
    149154    </branch>
    150155  </autotools>
Note: See TracChangeset for help on using the changeset viewer.