[PATCH] D22174: Add no-op functions for non-x86 paths.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 14:59:49 PDT 2016


echristo added a comment.

Might be best to pull this temporarily and reorganize so it's not visible at all for non-x86 - it shouldn't be and apparently I missed that in review. My apologies.

Can you submit a follow-on patch that organizes all of the routines so that they have fewer nested ifdefs etc?

All of this shouldn't be external for anything not x86 and this patch is just papering over it.

Thanks.

-eric


http://reviews.llvm.org/D22174





More information about the llvm-commits mailing list