[llvm][update][5.0.0] llvm 5.0.0

This commit is contained in:
Vasily Levchenko
2017-12-01 09:29:38 +03:00
committed by Vasily Levchenko
parent e2d2ed5237
commit 3a6cb76dc1
15 changed files with 127 additions and 63 deletions
+2
View File
@@ -25,6 +25,8 @@ targetList.each { targetName ->
dependsOn ":common:${targetName}Hash"
dependsOn "${targetName}Launcher"
target targetName
if (!isWindows())
compilerArgs '-fPIC'
compilerArgs '-I' + project.file('../common/src/hash/headers')
if (rootProject.hasProperty("${targetName}LibffiDir"))
compilerArgs '-I' + project.file(rootProject.ext.get("${targetName}LibffiDir") + "/include")
+1 -1
View File
@@ -308,7 +308,7 @@ extern "C" {
void _ZNKSt3__221__basic_string_commonILb1EE20__throw_length_errorEv(void) {
Konan_abort("TODO: throw_length_error not implemented.");
}
int _ZNSt3__212__next_primeEm(unsigned long n) {
int _ZNSt3__212__next_primeEj(unsigned long n) {
static unsigned long primes[] = {
11UL,
101UL,