[PATCH] D32543: [X86] Clang option -fuse-init-array has no effect when generating for MCU target

Andrei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 00:15:10 PDT 2017


AndreiGrischenko added a comment.

In https://reviews.llvm.org/D32543#738595, @ahatanak wrote:

> Do you need a front-end test? Since the changes are in the backend, I think it's better to add the test to the backend (using llc).


Yes, changes are in the backend, but they fix interface between frontend and backend, that's why I need to check option -fuse-init-array using front-end. Using llc I cannot check these changes.


https://reviews.llvm.org/D32543





More information about the llvm-commits mailing list