"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "70e3ebafdbe11502b04366b210a4572b71ae546a"
Fix build broken by r328090
- constexpr is needed for out-of-class definition of the Type static member by some compilers - MSVC is confused by the initialization of the static constexpr char[] member when it happens in a template specialization. Explicitly specifying the length of the array seems to be enough to help it figure things out. llvm-svn: 328093
Loading
Please register or sign in to comment