LLVM OpenMP 22.0.0git
libomputils Namespace Reference

Classes

class  RunResult
class  ScriptError

Functions

 error (msg)
 print_line (msg, form="i")
 print_info_line (msg)
 print_error_line (msg)
 execute_command (args)

Function Documentation

◆ error()

libomputils.error ( msg)

Definition at line 23 of file libomputils.py.

◆ execute_command()

libomputils.execute_command ( args)
Run a command with arguments: args

Return RunResult containing stdout, stderr, returncode

Definition at line 53 of file libomputils.py.

◆ print_error_line()

libomputils.print_error_line ( msg)

Definition at line 35 of file libomputils.py.

References print_line().

◆ print_info_line()

libomputils.print_info_line ( msg)

Definition at line 31 of file libomputils.py.

References print_line().

◆ 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().