search for: jsonexporter

Displaying 2 results from an estimated 2 matches for "jsonexporter".

2016 Feb 03
4
opt with Polly doesn't find the passes
...quot;, lib/Analysis/DependenceInfo.cpp:INITIALIZE_PASS_BEGIN(DependenceInfo, "polly-dependences", lib/Analysis/ScopDetection.cpp:INITIALIZE_PASS_BEGIN(ScopDetection, "polly-detect", lib/Analysis/ScopInfo.cpp:INITIALIZE_PASS_BEGIN(ScopInfo, "polly-scops", lib/Exchange/JSONExporter.cpp:INITIALIZE_PASS_BEGIN(JSONExporter, "polly-export-jscop", lib/Exchange/JSONExporter.cpp:INITIALIZE_PASS_BEGIN(JSONImporter, "polly-import-jscop", On 02/03/2016 04:46 AM, Tobias Grosser wrote: > On 02/03/2016 02:55 AM, Frank Winter via llvm-dev wrote: >> I just c...
2016 Feb 03
3
opt with Polly doesn't find the passes
I just checkout release_38 branches of llvm, clang and polly and built it on and x86 Ubuntu with cmake: CMAKE_BUILD_TYPE="Debug" CMAKE_INSTALL_PREFIX="$HOME/toolchain/install/llvm-3.8" LLVM_TARGETS_TO_BUILD="X86" cmake -G "Unix Makefiles" \ -DBUILD_SHARED_LIBS="ON" \ -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \