LLVM OpenMP 22.0.0git
|
Classes | |
class | RunResult |
class | ScriptError |
Functions | |
error (msg) | |
print_line (msg, form="i") | |
print_info_line (msg) | |
print_error_line (msg) | |
execute_command (args) |
libomputils.error | ( | msg | ) |
Definition at line 23 of file libomputils.py.
libomputils.execute_command | ( | args | ) |
Run a command with arguments: args Return RunResult containing stdout, stderr, returncode
Definition at line 53 of file libomputils.py.
libomputils.print_error_line | ( | msg | ) |
Definition at line 35 of file libomputils.py.
References print_line().
libomputils.print_info_line | ( | msg | ) |
Definition at line 31 of file libomputils.py.
References print_line().
libomputils.print_line | ( | msg, | |
form = "i" ) |
Definition at line 27 of file libomputils.py.
Referenced by print_error_line(), and print_info_line().