[llvm][update][5.0.0] llvm 5.0.0
This commit is contained in:
committed by
Vasily Levchenko
parent
e2d2ed5237
commit
3a6cb76dc1
@@ -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")
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user