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:
parent
5e0a3ef555
commit
4741020380
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user