| Index: src/llvm2ice.cpp
|
| diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp
|
| index ddd1bdef4fc86157097645196aa91a3681bf8cba..5f421f44bb5c1e1decf84dcd3e092952d717f5c2 100644
|
| --- a/src/llvm2ice.cpp
|
| +++ b/src/llvm2ice.cpp
|
| @@ -59,7 +59,6 @@ static cl::opt<Ice::TargetArch> TargetArch(
|
| clEnumValN(Ice::Target_ARM32, "arm", "arm32"),
|
| clEnumValN(Ice::Target_ARM32, "arm32", "arm32 (same as arm)"),
|
| clEnumValN(Ice::Target_ARM64, "arm64", "arm64"), clEnumValEnd));
|
| -static cl::opt<bool> UseSandboxing("sandbox", cl::desc("Use sandboxing"));
|
| static cl::opt<bool>
|
| FunctionSections("ffunction-sections",
|
| cl::desc("Emit functions into separate sections"));
|
| @@ -136,7 +135,6 @@ int main(int argc, char **argv) {
|
| Flags.DisableTranslation = DisableTranslation;
|
| Flags.DisableGlobals = DisableGlobals;
|
| Flags.FunctionSections = FunctionSections;
|
| - Flags.UseSandboxing = UseSandboxing;
|
|
|
| Ice::GlobalContext Ctx(Ls, Os, VMask, TargetArch, OptLevel, TestPrefix,
|
| Flags);
|
|
|