[llvm] 4ae1bb1 - [AsmPrinter] Remove orphan DwarfUnit::shareAcrossDWOCUs declaration. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 03:15:33 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-17T10:45:52+01:00
New Revision: 4ae1bb193a596d5dab8e4e6acfcc081972b166a3
URL: https://github.com/llvm/llvm-project/commit/4ae1bb193a596d5dab8e4e6acfcc081972b166a3
DIFF: https://github.com/llvm/llvm-project/commit/4ae1bb193a596d5dab8e4e6acfcc081972b166a3.diff
LOG: [AsmPrinter] Remove orphan DwarfUnit::shareAcrossDWOCUs declaration. NFCI.
Method implementation no longer exists.
Added:
Modified:
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
index 4cd66fb2cada..63a1e5a4780f 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
@@ -74,7 +74,6 @@ class DwarfUnit : public DIEUnit {
bool applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &SPDie);
- bool shareAcrossDWOCUs() const;
bool isShareableAcrossCUs(const DINode *D) const;
public:
More information about the llvm-commits
mailing list