We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5947cf commit 584eba1Copy full SHA for 584eba1
lldb/source/Target/TargetProperties.td
@@ -159,7 +159,7 @@ let Definition = "target" in {
159
Desc<"The default disassembly flavor to use for x86 or x86-64 targets.">;
160
def DisassemblyCPU: Property<"disassembly-cpu", "String">,
161
DefaultStringValue<"">,
162
- Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu compiler flag.">;
+ Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu clang flag.">;
163
def DisassemblyFeatures: Property<"disassembly-features", "String">,
164
165
Desc<"Specify additional CPU features for disassembling.">;
0 commit comments