Add timing of the IR parsing code with a new -time-ir-parsing flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Bendersky
2013-03-20 17:00:25 +00:00
parent 279ad470b6
commit 0f9b8503de
3 changed files with 29 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ add_llvm_library(LLVMSupport
IntEqClasses.cpp
IntervalMap.cpp
IntrusiveRefCntPtr.cpp
IRReader.cpp
IsInf.cpp
IsNAN.cpp
Locale.cpp