Pedantic fix: missing newline at EOF

llvm-svn: 151132
This commit is contained in:
Dave Zarzycki 2012-02-22 05:25:00 +00:00
parent ed90df3800
commit 3cd25390e5
2 changed files with 2 additions and 2 deletions

View File

@ -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-*)

View File

@ -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
} }