forked from OSchip/llvm-project
parent
ed90df3800
commit
3cd25390e5
|
@ -27,7 +27,7 @@ then
|
||||||
RC_ProjectSourceVersion=1
|
RC_ProjectSourceVersion=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2"
|
EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wnewline-eof"
|
||||||
|
|
||||||
case $TRIPLE in
|
case $TRIPLE in
|
||||||
*-apple-*)
|
*-apple-*)
|
||||||
|
|
|
@ -115,4 +115,4 @@ static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask
|
||||||
extern "C" void __cxa_free_dependent_exception (void * dependent_exception);
|
extern "C" void __cxa_free_dependent_exception (void * dependent_exception);
|
||||||
|
|
||||||
#pragma GCC visibility pop
|
#pragma GCC visibility pop
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue