1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix a message, patch by Christopher Lamb.

llvm-svn: 36264
This commit is contained in:
Chris Lattner 2007-04-19 18:42:38 +00:00
parent 5e0a3ef555
commit 4741020380

View File

@ -93,7 +93,7 @@ namespace {
cl::opt<llvm::CodeModel::Model, true>
DefCodeModel(
"code-model",
cl::desc("Choose relocation model"),
cl::desc("Choose code model"),
cl::location(CMModel),
cl::init(CodeModel::Default),
cl::values(