[polly] r209571 - Split implementation from ScopDetectionDiagnostic.h

Tobias Grosser tobias at grosser.es
Sat May 24 10:23:56 PDT 2014


On 24/05/2014 11:24, Andreas Simbuerger wrote:
> Author: simbuerg
> Date: Sat May 24 04:24:53 2014
> New Revision: 209571
>
> URL: http://llvm.org/viewvc/llvm-project?rev=209571&view=rev
> Log:
> Split implementation from ScopDetectionDiagnostic.h
>
> We don't want the Statistic variables in every module that
> includes the diagnostics.

Nice.

> Modified: polly/trunk/lib/CMakeLists.txt
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=209571&r1=209570&r2=209571&view=diff
> ==============================================================================
> --- polly/trunk/lib/CMakeLists.txt (original)
> +++ polly/trunk/lib/CMakeLists.txt Sat May 24 04:24:53 2014
> @@ -36,6 +36,7 @@ endif (SCOPLIB_FOUND)
>   add_polly_library(Polly
>     Analysis/Dependences.cpp
>     Analysis/ScopDetection.cpp
> +  Analysis/ScopDetectionDiagnostic.cpp
>     Analysis/ScopInfo.cpp
>     Analysis/ScopGraphPrinter.cpp
>     Analysis/ScopPass.cpp

Could you also update the lib/Makefile?

Cheers,
Tobias



More information about the llvm-commits mailing list