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

This commit is contained in:
Evgeny Mankov
2019-01-30 15:19:06 +03:00
rodzic 4158c7ee45
commit ce28bc79ef
3 zmienionych plików z 9 dodań i 0 usunięć
+5
Wyświetl plik
@@ -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"),