[TargetParser] Disallow Global Constructors
Global Constructors are disallowed in the Support library. The TargetParser library is likely to go along with the Support library in most uses, because it contains llvm::Triple, so lets pre-emptively add the same rule, rather than getting caught out later. Differential Revision: https://reviews.llvm.org/D145249
Loading
Please sign in to comment