diff options
author | Eric Christopher <echristo@gmail.com> | 2014-01-24 11:52:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-01-24 11:52:53 +0000 |
commit | cf48ade87e64d2cba4d1376a7e53b585ab1ecb14 (patch) | |
tree | cd0a2cb26457e98cf2fcc9158c8c19be452a519b /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | c528858cbd4fef01f2007cea8a4e8e25a6b86443 (diff) | |
download | bcm5719-llvm-cf48ade87e64d2cba4d1376a7e53b585ab1ecb14.tar.gz bcm5719-llvm-cf48ade87e64d2cba4d1376a7e53b585ab1ecb14.zip |
Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"
in order to fix the cygwin/mingw bots.
This reverts commit r199990.
llvm-svn: 199991
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 684c46b624e..3f42e2f6728 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -545,11 +545,6 @@ public: /// addLabelAddress - Add a dwarf label attribute data and value using /// either DW_FORM_addr or DW_FORM_GNU_addr_index. void addLabelAddress(DIE *Die, dwarf::Attribute Attribute, MCSymbol *Label); - - /// addLocalLabelAddress - Add a dwarf label attribute data and value using - /// DW_FORM_addr only. - void addLocalLabelAddress(DIE *Die, dwarf::Attribute Attribute, - MCSymbol *Label); }; class DwarfTypeUnit : public DwarfUnit { |