Title: [169371] trunk/Tools
- Revision
- 169371
- Author
- [email protected]
- Date
- 2014-05-27 00:05:44 -0700 (Tue, 27 May 2014)
Log Message
[EFL] Add LLVM as optional jhbuild module for FTL developers
https://bugs.webkit.org/show_bug.cgi?id=133216
Patch by Tibor Meszaros <[email protected]> on 2014-05-26
Reviewed by Gyuyoung Kim.
* efl/jhbuild.modules:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (169370 => 169371)
--- trunk/Tools/ChangeLog 2014-05-27 06:14:15 UTC (rev 169370)
+++ trunk/Tools/ChangeLog 2014-05-27 07:05:44 UTC (rev 169371)
@@ -1,3 +1,12 @@
+2014-05-26 Tibor Meszaros <[email protected]>
+
+ [EFL] Add LLVM as optional jhbuild module for FTL developers
+ https://bugs.webkit.org/show_bug.cgi?id=133216
+
+ Reviewed by Gyuyoung Kim.
+
+ * efl/jhbuild.modules:
+
2014-05-26 Gyuyoung Kim <[email protected]>
Fix test failures on python test
Modified: trunk/Tools/efl/jhbuild.modules (169370 => 169371)
--- trunk/Tools/efl/jhbuild.modules 2014-05-27 06:14:15 UTC (rev 169370)
+++ trunk/Tools/efl/jhbuild.modules 2014-05-27 07:05:44 UTC (rev 169371)
@@ -51,6 +51,8 @@
href=""
<repository type="tarball" name="downloads.sourceforge.net"
href=""
+ <repository type="svn" name="llvm.org"
+ href=""
<autotools id="cairo" autogen-sh="configure"
makeargs="CFLAGS='-fno-lto' CXXFLAGS='-fno-lto' LDFLAGS='-fno-lto'">
@@ -129,6 +131,12 @@
</branch>
</autotools>
+ <autotools id="llvm"
+ autogen-sh="configure"
+ 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">
+ <branch repo="llvm.org" module="trunk" checkoutdir="llvm" version="r206311" revision="206311"/>
+ </autotools>
+
<autotools id="fontconfig" autogen-sh="configure">
<branch module="software/fontconfig/release/fontconfig-2.8.0.tar.gz" version="2.8.0"
repo="freedesktop.org"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes