[llvm-commits] [llvm] r129632 - /llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt

Nick Lewycky nlewycky at google.com
Fri Apr 15 19:19:53 PDT 2011


Doh, and I forgot that last time too. Thanks Rafael!

On 15 April 2011 19:06, Rafael Espindola <rafael.espindola at gmail.com> wrote:

> Author: rafael
> Date: Fri Apr 15 21:06:46 2011
> New Revision: 129632
>
> URL: http://llvm.org/viewvc/llvm-project?rev=129632&view=rev
> Log:
> Fix cmake build.
>
> Modified:
>    llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
>
> Modified: llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt?rev=129632&r1=129631&r2=129632&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt (original)
> +++ llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt Fri Apr 15
> 21:06:46 2011
> @@ -1,7 +1,7 @@
>  add_llvm_library(LLVMInstrumentation
>   EdgeProfiling.cpp
> +  GCOVProfiling.cpp
>   Instrumentation.cpp
> -  LineProfiling.cpp
>   OptimalEdgeProfiling.cpp
>   PathProfiling.cpp
>   ProfilingUtils.cpp
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110415/28dfc16f/attachment.html>


More information about the llvm-commits mailing list