[HIPIFY] Introduce Verbose '-v' option as hipify's own

[ROCm/hip commit: ce28bc79ef]
This commit is contained in:
Evgeny Mankov
2019-01-30 15:19:06 +03:00
parent d318dd6ccc
commit 0ebdc54f79
3 ha cambiato i file con 9 aggiunte e 0 eliminazioni
@@ -49,6 +49,11 @@ cl::opt <bool> SaveTemps("save-temps",
cl::value_desc("save-temps"),
cl::cat(ToolTemplateCategory));
cl::opt <bool> Verbose("v",
cl::desc("Show commands to run and use verbose output"),
cl::value_desc("v"),
cl::cat(ToolTemplateCategory));
cl::opt <bool> TranslateToRoc("roc",
cl::desc("Translate to roc instead of hip where it is possible"),
cl::value_desc("roc"),