Revision: 22991
Author:   [email protected]
Date:     Fri Aug  8 10:37:45 2014 UTC
Log:      Unbreak gcmole bots.

Switching on C++11 features for gcmole might actually be a good idea... :-}

[email protected]

Review URL: https://codereview.chromium.org/452073002
http://code.google.com/p/v8/source/detail?r=22991

Modified:
 /branches/bleeding_edge/tools/gcmole/gcmole.lua

=======================================
--- /branches/bleeding_edge/tools/gcmole/gcmole.lua Thu Aug 7 12:56:53 2014 UTC +++ /branches/bleeding_edge/tools/gcmole/gcmole.lua Fri Aug 8 10:37:45 2014 UTC
@@ -98,7 +98,7 @@
      end
      plugin_args = " " .. table.concat(plugin_args, " ")
    end
-   return CLANG_BIN .. "/clang++ -c "
+   return CLANG_BIN .. "/clang++ -std=c++11 -c "
       .. " -Xclang -load -Xclang " .. CLANG_PLUGINS .. "/libgcmole.so"
       .. " -Xclang -plugin -Xclang "  .. plugin
       .. (plugin_args or "")

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to