Bad encapsulation of compiler code
Created by: stephanemagnenat
In theory the message library in common/msg
should not depend on anything outside common, in practice it depends of compiler.h
for classes such as TargetDescription
. These should be moved outside the compiler into the common area.