Index: src/IceClFlags.h |
diff --git a/src/IceClFlags.h b/src/IceClFlags.h |
index 1554b1e009724a12145a8f3689a90fc249bac91d..5cf534c0dec54901a706d84dfb12f16d28d4d77b 100644 |
--- a/src/IceClFlags.h |
+++ b/src/IceClFlags.h |
@@ -21,12 +21,13 @@ public: |
ClFlags() |
: DisableInternal(false), SubzeroTimingEnabled(false), |
DisableTranslation(false), DisableGlobals(false), |
- FunctionSections(false) {} |
+ FunctionSections(false), UseSandboxing(false) {} |
bool DisableInternal; |
bool SubzeroTimingEnabled; |
bool DisableTranslation; |
bool DisableGlobals; |
bool FunctionSections; |
+ bool UseSandboxing; |
}; |
} // end of namespace Ice |