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 7a6a795 commit b864405Copy full SHA for b864405
llvm/include/llvm/MC/MCAsmInfo.h
@@ -387,10 +387,6 @@ class MCAsmInfo {
387
/// directives, e.g. .word foo(got).
388
bool UseParensForSpecifier = false;
389
390
- /// True if the target uses parens for symbol names starting with
391
- /// '$' character to distinguish them from absolute names.
392
- bool UseParensForDollarSignNames = true;
393
-
394
/// True if the target supports flags in ".loc" directive, false if only
395
/// location is allowed.
396
bool SupportsExtendedDwarfLocDirective = true;
0 commit comments