[PATCH] D22776: [ARM] Set the thumb flag for all text segments on COFF (partial revert of recent commit)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 18:31:45 PDT 2016


compnerd added a comment.

We actually do not support non-Windows COFF AFAIK.  We have many places where we assert that this is the case.  Windows ARM is a pure thumb-2 environment, so its a relatively safe assumption to make.  Please add a test case so that we don't accidentally get into this situation again.


https://reviews.llvm.org/D22776





More information about the llvm-commits mailing list