Skip to content

Commit 584eba1

Browse files
committed
Address Jason's feedback
1 parent b5947cf commit 584eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/TargetProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ let Definition = "target" in {
159159
Desc<"The default disassembly flavor to use for x86 or x86-64 targets.">;
160160
def DisassemblyCPU: Property<"disassembly-cpu", "String">,
161161
DefaultStringValue<"">,
162-
Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu compiler flag.">;
162+
Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu clang flag.">;
163163
def DisassemblyFeatures: Property<"disassembly-features", "String">,
164164
DefaultStringValue<"">,
165165
Desc<"Specify additional CPU features for disassembling.">;

0 commit comments

Comments
 (0)