Options for Basic Block Sections, enabled in D68063 and D73674.
This patch adds clang options -fbasicblock-sections={all,<filename>,labels,none} and -funique-bb-section-names. LLVM Support for basic block sections is already enabled.
+ -fbasicblock-sections={all, <file>, labels, none} : Enables/Disables basic block sections for all or a subset of basic blocks. "labels" only enables basic block symbols.
+ -funique-bb-section-names: Enables unique section names for basic block sections, disabled by default.
This file is automatically generated from the .td file; this text will be lost when the file is auto-generated. To include a custom description here, it should be specified as a DocBrief annotation on the option. (Otherwise we default to using the HelpText.)