From b6a667f0335027a8ed673d29af11fc6653781c11 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 25 May 2014 20:26:45 +0000 Subject: tools: split out Win64EHDumper from COFFDumper Move the implementation of the Win64 EH printer from the COFFDumper into its own class. This is in preparation for adding support to print ARM EH information. The only real change here is in printUnwindInfo where we now lambda lift the implicit this parameter for the resolveFunction. Also setup the printing to handle ARM. This now has set the stage to introduce ARM EH printing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209606 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-readobj/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/llvm-readobj/CMakeLists.txt') diff --git a/tools/llvm-readobj/CMakeLists.txt b/tools/llvm-readobj/CMakeLists.txt index deef7a1629..b057dcdc12 100644 --- a/tools/llvm-readobj/CMakeLists.txt +++ b/tools/llvm-readobj/CMakeLists.txt @@ -13,4 +13,5 @@ add_llvm_tool(llvm-readobj MachODumper.cpp ObjDumper.cpp StreamWriter.cpp + Win64EHDumper.cpp ) -- cgit v1.2.3