forked from OSchip/llvm-project
parent
1e715a66d7
commit
a4377d3eb8
|
@ -49,7 +49,8 @@ static cl::opt<bool>
|
|||
|
||||
static cl::opt<bool> PollyParallelForce(
|
||||
"polly-parallel-force",
|
||||
cl::desc("Force generation of thread parallel code ignoring any cost model"),
|
||||
cl::desc(
|
||||
"Force generation of thread parallel code ignoring any cost model"),
|
||||
cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
|
||||
|
||||
static cl::opt<bool> UseContext("polly-ast-use-context",
|
||||
|
|
Loading…
Reference in New Issue