[PATCH] D43005: [ARM] Error out on .arm assembler directives on windows

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 03:03:37 PST 2018


fhahn added a comment.

>   Clearing it from there doesn't seem to be enough when assembling .s files from clang though.

Looks like the subtarget is not initialized for the assembler from clang. But it would be great if we could handle that in ARMSubtarget, rather than duplicating the Windows implies NoARM logic here.


Repository:
  rL LLVM

https://reviews.llvm.org/D43005





More information about the llvm-commits mailing list