[PATCH] D21033: Add runtime support for __cpu_model (__builtin_cpu_supports)

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 17:09:58 PDT 2016


echristo added a comment.

Aha. Knew I was missing something... the lack of being in the symbol table was it :)

Thanks Mehdi.

I think an explicit instantiation is probably easier than the rest of them - though running ranlib -c isn't a bad idea either.

-eric


http://reviews.llvm.org/D21033





More information about the llvm-commits mailing list