mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:06:38 +00:00
MCAsmInfo: Remove unused UseParensForDollarSignNames
Follow-up to 3acccf042ab8a7b7e663bb2b2fac328d9bf65b38
This commit is contained in:
parent
7a6a79551d
commit
b864405c9b
@ -387,10 +387,6 @@ protected:
|
||||
/// directives, e.g. .word foo(got).
|
||||
bool UseParensForSpecifier = false;
|
||||
|
||||
/// True if the target uses parens for symbol names starting with
|
||||
/// '$' character to distinguish them from absolute names.
|
||||
bool UseParensForDollarSignNames = true;
|
||||
|
||||
/// True if the target supports flags in ".loc" directive, false if only
|
||||
/// location is allowed.
|
||||
bool SupportsExtendedDwarfLocDirective = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user