summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-06 19:13:55 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-06 19:13:55 +0000
commit5fe1fac1ddcdc7cfd3f22550527afffce704b443 (patch)
treeeb70b5795b19ad99fcff15df50e1656c25d3c850 /lib
parent200ee7f52150cea29215379eb508dc199052372a (diff)
downloadllvm-5fe1fac1ddcdc7cfd3f22550527afffce704b443.tar.gz
llvm-5fe1fac1ddcdc7cfd3f22550527afffce704b443.tar.bz2
llvm-5fe1fac1ddcdc7cfd3f22550527afffce704b443.tar.xz
Forgot that this was needed for Linux. This should fix the builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index a2543f9f55..fb0c86b549 100644
--- a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@ -3653,10 +3653,10 @@ private:
Asm->EOL("FDE CIE offset");
- EmitReference("eh_func_begin", EHFrameInfo.Number, true);
+ EmitReference("eh_func_begin", EHFrameInfo.Number, true, true);
Asm->EOL("FDE initial location");
EmitDifference("eh_func_end", EHFrameInfo.Number,
- "eh_func_begin", EHFrameInfo.Number);
+ "eh_func_begin", EHFrameInfo.Number, true);
Asm->EOL("FDE address range");
// If there is a personality and landing pads then point to the language