| Index: src/llvm2ice.cpp
|
| diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp
|
| index a4a96b9808309c73e6ae1cd63d915fd9067e53cd..e704ed3f33b11177d9fe408c5a6e4cd99f3dfbd1 100644
|
| --- a/src/llvm2ice.cpp
|
| +++ b/src/llvm2ice.cpp
|
| @@ -85,8 +85,8 @@ static cl::opt<std::string>
|
| TestPrefix("prefix", cl::desc("Prepend a prefix to symbol names for testing"),
|
| cl::init(""), cl::value_desc("prefix"));
|
| static cl::opt<bool>
|
| -DisableInternal("external",
|
| - cl::desc("Disable 'internal' linkage type for testing"));
|
| +DisableInternal("externalize",
|
| + cl::desc("Externalize all symbols"));
|
| static cl::opt<bool>
|
| DisableTranslation("notranslate", cl::desc("Disable Subzero translation"));
|
|
|
|
|