| Index: src/IceCompiler.cpp
|
| diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
|
| index 7619b179b42cbe6351d54c7adbbc7a0eb9e9ef15..389bea405bd45551f95205cf215ea241f5c2475f 100644
|
| --- a/src/IceCompiler.cpp
|
| +++ b/src/IceCompiler.cpp
|
| @@ -36,7 +36,7 @@ namespace {
|
| struct {
|
| const char *FlagName;
|
| int FlagValue;
|
| -} ConditionalBuildAttributes[] = {{"dump", ALLOW_DUMP},
|
| +} ConditionalBuildAttributes[] = {{"dump", buildAllowsDump()},
|
| {"disable_ir_gen", ALLOW_DISABLE_IR_GEN},
|
| {"llvm_cl", ALLOW_LLVM_CL},
|
| {"llvm_ir", ALLOW_LLVM_IR},
|
|
|