[llvm] b864405 - MCAsmInfo: Remove unused UseParensForDollarSignNames
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 11 22:09:28 PDT 2025
Author: Fangrui Song
Date: 2025-04-11T22:09:24-07:00
New Revision: b864405c9b848d6815ac4562fe3680c5ce8d90ff
URL: https://github.com/llvm/llvm-project/commit/b864405c9b848d6815ac4562fe3680c5ce8d90ff
DIFF: https://github.com/llvm/llvm-project/commit/b864405c9b848d6815ac4562fe3680c5ce8d90ff.diff
LOG: MCAsmInfo: Remove unused UseParensForDollarSignNames
Follow-up to 3acccf042ab8a7b7e663bb2b2fac328d9bf65b38
Added:
Modified:
llvm/include/llvm/MC/MCAsmInfo.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h
index ec27a47e36820..950dc952d0b44 100644
--- a/llvm/include/llvm/MC/MCAsmInfo.h
+++ b/llvm/include/llvm/MC/MCAsmInfo.h
@@ -387,10 +387,6 @@ class MCAsmInfo {
/// 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;
More information about the llvm-commits
mailing list