From 0ff25b31d895c82d3fea67b76531c9580ce00d0a Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 28 Feb 2014 02:17:23 +0000 Subject: Now that it is possible, use the mangler in IRObjectFile. A really simple patch marks the end of a lot of yak shaving :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202463 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/IRObjectFile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/Object') diff --git a/include/llvm/Object/IRObjectFile.h b/include/llvm/Object/IRObjectFile.h index e1effa6745..e85dd67103 100644 --- a/include/llvm/Object/IRObjectFile.h +++ b/include/llvm/Object/IRObjectFile.h @@ -17,12 +17,14 @@ #include "llvm/Object/SymbolicFile.h" namespace llvm { +class Mangler; class Module; class GlobalValue; namespace object { class IRObjectFile : public SymbolicFile { OwningPtr M; + OwningPtr Mang; public: IRObjectFile(MemoryBuffer *Object, error_code &EC, LLVMContext &Context, bool BufferOwned); -- cgit v1.2.3