From 83b359d4c82783e5bb9e5f226c55c2ee14bee039 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 20 Mar 2013 17:00:25 +0000 Subject: Add timing of the IR parsing code with a new -time-ir-parsing flag llvm-svn: 177543 --- llvm/lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/CMakeLists.txt') diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 5ba69fc3c8c..f661249c76e 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -27,6 +27,7 @@ add_llvm_library(LLVMSupport IntEqClasses.cpp IntervalMap.cpp IntrusiveRefCntPtr.cpp + IRReader.cpp IsInf.cpp IsNAN.cpp Locale.cpp -- cgit v1.2.3