[PATCH] D25501: [Orc] Specialize SerializationTraits on (un)signed char to fix SunOS
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 11:44:10 PDT 2016
lhames added a comment.
Hi MichaĆ,
That's interesting. I think I ran into almost the opposite problem while working on an update to this code: leaving out a specialization for char caused a 'missing specialization' error.
Let me look into this: I suspect we'll actually want to use SFINAE tricks to enable/disable one of the specializations.
Cheers,
Lang.
https://reviews.llvm.org/D25501
More information about the llvm-commits
mailing list