This patch adds a new runtime function __tgt_set_info_flag that allows the
user to set the information level at runtime without using the environment
variable. Using this will require an extern function, but will eventually be
added into an auxilliary library for OpenMP support functions.
This patch required moving the current InfoLevel to a global variable which must
be instantiated by each plugin. Communication between the host and device is
done through the __tgt_rtl_set_info_flag which should be defined by any plugin
that want's to use the information level.