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

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 03:08:02 PDT 2017


rengolin added inline comments.


================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:71
+static cl::opt<bool> AddBuildAttributes("arm-add-build-attributes",
+                                        cl::init(false));
+
----------------
Why is this false? Don't we always want to emit the attributes?


Repository:
  rL LLVM

https://reviews.llvm.org/D31812





More information about the llvm-commits mailing list