CodeGen: static constexpr data members should have a linkonce_odr init
Classes can be defined in multiple translation units. This means that the static constexpr data members should have identical initializers in all translation units. Implement this by giving the reference temporary linkonce_odr linkage. llvm-svn: 229900
Loading
Please sign in to comment