]> granicus.if.org Git - clang/commitdiff
Add missing close brace to fix Windows bots. Oops :(
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Aug 2016 02:22:39 +0000 (02:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Aug 2016 02:22:39 +0000 (02:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278891 91177308-0d34-0410-b5e6-96231b3b80d8

tools/driver/cc1_main.cpp

index b8b6ebe03de6bb18a2cbdb6ae2a086bfce1148fb..b44108e8ad289366ba85f9c3687f94abfc2120cf 100644 (file)
@@ -124,7 +124,7 @@ static void ensureSufficientStack() {
   ensureStackAddressSpace();
 }
 #else
-static void ensureSufficientStack() {
+static void ensureSufficientStack() {}
 #endif
 
 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) {