Rubber stamped by Michael Saboff.
* Scripts/export-llvm-build:
WebKitLibraries: Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
now that we have soft linking. Also include DataTypes.h in the drop.
Rubber stamped by Michael Saboff.
* LLVMIncludesMountainLion.tar.bz2:
* LLVMLibrariesMountainLion.tar.bz2:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157262
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-10 Filip Pizlo <fpizlo@apple.com>
+
+ Make sure that DataTypes.h is in the binary drop.
+
+ Rubber stamped by Michael Saboff.
+
+ * Scripts/export-llvm-build:
+
2013-10-10 Filip Pizlo <fpizlo@apple.com>
FTL: Soft-link LLVM as a workaround for LLVM's static initializers and exit-time destructors
mysys("cp", configSrcPath + filename, configDstPath + filename)
}
}
+ ["include/llvm/Support/DataTypes.h"].each {
+ | genFileName |
+ mysys("cp", $llvmPath + genFileName, directory + genFileName)
+ }
Dir.chdir(directory + "include") {
mysys("tar", "-cyvf", $currentPath + $includePackage, ".")
}
+2013-10-10 Filip Pizlo <fpizlo@apple.com>
+
+ Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
+ now that we have soft linking. Also include DataTypes.h in the drop.
+
+ Rubber stamped by Michael Saboff.
+
+ * LLVMIncludesMountainLion.tar.bz2:
+ * LLVMLibrariesMountainLion.tar.bz2:
+
2013-10-01 Filip Pizlo <fpizlo@apple.com>
FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName