Commit 94539ce0 by Jim Stichnoth

Subzero: Rename -external to -externalize to match llc.

BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/535623002
parent 16178a14
...@@ -85,8 +85,8 @@ static cl::opt<std::string> ...@@ -85,8 +85,8 @@ static cl::opt<std::string>
TestPrefix("prefix", cl::desc("Prepend a prefix to symbol names for testing"), TestPrefix("prefix", cl::desc("Prepend a prefix to symbol names for testing"),
cl::init(""), cl::value_desc("prefix")); cl::init(""), cl::value_desc("prefix"));
static cl::opt<bool> static cl::opt<bool>
DisableInternal("external", DisableInternal("externalize",
cl::desc("Disable 'internal' linkage type for testing")); cl::desc("Externalize all symbols"));
static cl::opt<bool> static cl::opt<bool>
DisableTranslation("notranslate", cl::desc("Disable Subzero translation")); DisableTranslation("notranslate", cl::desc("Disable Subzero translation"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment