| Index: src/IceClFlags.def
|
| diff --git a/src/IceClFlags.def b/src/IceClFlags.def
|
| index 684fcb8c24ed5b57c4c4f49c0aa2bd33ce117063..4908e664ef0546678c4f736ab697d19a46da6a0c 100644
|
| --- a/src/IceClFlags.def
|
| +++ b/src/IceClFlags.def
|
| @@ -132,6 +132,11 @@ struct dev_list_flag {};
|
| X(DumpStats, bool, dev_opt_flag, "szstats", \
|
| cl::desc("Print statistics after translating each function")) \
|
| \
|
| + X(DumpStrings, bool, dev_opt_flag, \
|
| + "dump-strings", \
|
| + cl::desc("Dump string pools during compilation"), \
|
| + cl::init(false)) \
|
| + \
|
| X(EnableBlockProfile, bool, dev_opt_flag, "enable-block-profile", \
|
| cl::desc("Instrument basic blocks, and output profiling " \
|
| "information to stdout at the end of program execution."), \
|
|
|