diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-12 01:54:40 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-12 01:54:40 +0000 |
| commit | 3f28443a07ed5dff324cca0b5c3755058042e621 (patch) | |
| tree | 1e2be4a4e8b788a3cfa2b1112be84acb813188ff /llvm/lib/Transforms/Instrumentation | |
| parent | a97f32986913c07cac9c49b0b6b755b7190812b1 (diff) | |
| download | bcm5719-llvm-3f28443a07ed5dff324cca0b5c3755058042e621.tar.gz bcm5719-llvm-3f28443a07ed5dff324cca0b5c3755058042e621.zip | |
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.
llvm-svn: 129343
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt index 0ac1cb09bce..6ada9ff7e84 100644 --- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMInstrumentation EdgeProfiling.cpp Instrumentation.cpp + LineProfiling.cpp OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp |

