This reverts commit r223306 and r223277.

The code is using uninitialized memory and failing on linux.

llvm-svn: 223315
This commit is contained in:
Rafael Espindola
2014-12-03 23:29:34 +00:00
parent 29a2236c7d
commit de882cd1c7
6 changed files with 18 additions and 266 deletions

View File

@@ -109,7 +109,7 @@ llvm::MCPU("mcpu",
cl::init(""));
cl::opt<std::string>
llvm::ArchName("arch-name", cl::desc("Target arch to disassemble for, "
llvm::ArchName("arch", cl::desc("Target arch to disassemble for, "
"see -version for available targets"));
static cl::opt<bool>