[PATCH] D31813: [ARM] Add hardware build attributes in assembler

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 05:31:06 PDT 2017


olista01 added a comment.

I want to pass this through from clang (by default) when it is being used with an assembly file as input. My thinking is that "clang foo.s" is a user-facing tool, so they will want the automatic build attributes for selecting libraries, and detect conflicts between object files. On the other hand, "llvm-mc foo.s" is a developer and testing tool, so the extra build attributes would just be noise that is rarely relevant, as the generated object file probably isn't going to be linked.


Repository:
  rL LLVM

https://reviews.llvm.org/D31813





More information about the llvm-commits mailing list