| Index: components/nacl/renderer/ppb_nacl_private.h
|
| diff --git a/components/nacl/renderer/ppb_nacl_private.h b/components/nacl/renderer/ppb_nacl_private.h
|
| index f42c2d1cb31c9c37f8c3b0c58bee25dd99a61257..8943ea325d010877be29652c8f3084e520bd80cf 100644
|
| --- a/components/nacl/renderer/ppb_nacl_private.h
|
| +++ b/components/nacl/renderer/ppb_nacl_private.h
|
| @@ -169,6 +169,7 @@ typedef enum {
|
| struct PP_PNaClOptions {
|
| PP_Bool translate;
|
| PP_Bool is_debug;
|
| + PP_Bool use_subzero;
|
| int32_t opt_level;
|
| };
|
| /**
|
| @@ -307,7 +308,8 @@ struct PPB_NaCl_Private {
|
| /* Returns the filenames for the llc and ld tools. */
|
| PP_Bool (*GetPnaclResourceInfo)(PP_Instance instance,
|
| struct PP_Var* llc_tool_name,
|
| - struct PP_Var* ld_tool_name);
|
| + struct PP_Var* ld_tool_name,
|
| + struct PP_Var* subzero_tool_name);
|
| /* PP_Var string of attributes describing the CPU features supported
|
| * by the current architecture. The string is a comma-delimited list
|
| * of attributes supported by LLVM in its -mattr= option:
|
|
|