Reviewers: Michael Starzinger,
Message:
Committed patchset #1 manually as 22991 (tree was closed).
Description:
Unbreak gcmole bots.
Switching on C++11 features for gcmole might actually be a good idea... :-}
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=22991
Please review this at https://codereview.chromium.org/452073002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M tools/gcmole/gcmole.lua
Index: tools/gcmole/gcmole.lua
diff --git a/tools/gcmole/gcmole.lua b/tools/gcmole/gcmole.lua
index
833d4c1b08a7dc8252ca2196b5ea496385137e71..d287f7b9122bf3d32e7bf02c04f7ccd8761e4be5
100644
--- a/tools/gcmole/gcmole.lua
+++ b/tools/gcmole/gcmole.lua
@@ -98,7 +98,7 @@ local function MakeClangCommandLine(plugin, plugin_args,
triple, arch_define)
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.