diff options
author | Eli Bendersky <eliben@google.com> | 2013-03-20 17:00:25 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-03-20 17:00:25 +0000 |
commit | 83b359d4c82783e5bb9e5f226c55c2ee14bee039 (patch) | |
tree | 72c67ba7e9817b3f079c19f763c0815ec17a564a /llvm/lib/Support/CMakeLists.txt | |
parent | 2bb719f3a9f6065579aef4e6be18743d99a24eda (diff) | |
download | bcm5719-llvm-83b359d4c82783e5bb9e5f226c55c2ee14bee039.tar.gz bcm5719-llvm-83b359d4c82783e5bb9e5f226c55c2ee14bee039.zip |
Add timing of the IR parsing code with a new -time-ir-parsing flag
llvm-svn: 177543
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |