search for: printscc

Displaying 18 results from an estimated 18 matches for "printscc".

Did you mean: prints
2006 Nov 27
0
[LLVMdev] mingw binary is corrupt
.... make[2]: Leaving directory `/d/Apps/llvm/tools/llvm-config' The system cannot find the path specified. make[2]: Entering directory `/d/Apps/llvm/tools/opt' llvm[2]: Compiling AnalysisWrappers.cpp for Release build llvm[2]: Compiling GraphPrinters.cpp for Release build llvm[2]: Compiling PrintSCC.cpp for Release build llvm[2]: Compiling opt.cpp for Release build make[2]: *** No rule to make target `/lib/libLLVMTransforms.a', needed by `/d/Apps/llvm/Release/bin/opt.exe'. Stop. make[2]: Leaving directory `/d/Apps/llvm/tools/opt' make[1]: *** [opt/.makeall] Error 2 make[1]: Leav...
2014 Jul 07
4
[LLVMdev] problem compiling llvm
...devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/PassPrinters.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/Passes.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/PrintSCC.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/opt.o \ -lLLVM-3.5svn -lz -lpthread -lffi -ldl -lm Live child 0x1f66d60 (/mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/bin/opt) PID 25040 /m...
2006 Nov 26
2
[LLVMdev] mingw binary is corrupt
Hello, > make[1]: *** [/d/apps/llvm/tools/llvm-config/LibDeps.txt] Error 127 > make[1]: Leaving directory `/d/apps/llvm/tools/llvm-config' > make: *** [all] Error 1 > > It seems as though GenLibDeps.pl does not exist but in fact it does exist in > that directory. I am baffled by that. > I don't really know much about Perl so I can't say if it failed while >
2011 Aug 03
0
[LLVMdev] Building LLVM on Solaris/Sparc
...ert/llvm-objects/Debug+Asserts/bin/opt /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/GraphPrinters.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/PrintSCC.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o \ > -lLLVM-2.9svn -lpthread -lmalloc -lm It seems like you're missing a whole bunch of libraries on the command line. This is what I have when I compile it: -lLLVMipo -lLLVMScalarOpts -lLLVMInstCombine -...
2010 Mar 21
3
[LLVMdev] LLVM on Solaris/Intel?
> I don't know anything about Solaris, but your paste doesn't actually > contain any errors, just warnings (unless I'm reading "ld: warning: > relocation error:" wrong). It might help to run make without -j until > it fails, and then use `make VERBOSE=1` to print the exact commands > it's running. Sorry. There was so much output I wasn't sure how much
2009 May 10
1
[LLVMdev] Get the call graph SCCs from a function pass
>>> Does getAnalysis<CallGraph>() work? Thanks Edwin, that works! What about the CallGraphSCC ? It looks like one can declare a CallGraphSCCPass, but I don't see any other way to get the SCCs of the call graph. -- Nick Johnson
2007 Dec 14
0
[LLVMdev] LLVM SVN r45024 build failure on Debian Etch with GCC 4.1.2
...er running Debian Etch with GCC 4.1.2. ---- sanitized snippet of make output ---- llvm[2]: Compiling llvm-as.cpp for Debug build llvm[2]: Compiling AnalysisWrappers.cpp for Debug build llvm[2]: Compiling GraphPrinters.cpp for Debug build llvm[2]: Linking Debug executable llvm-as llvm[2]: Compiling PrintSCC.cpp for Debug build llvm[2]: Compiling opt.cpp for Debug build llvm[2]: Linking Debug executable opt llvm[2]: ======= Finished Linking Debug Executable llvm-as make[2]: Leaving directory `~/llvm/tools/llvm-as' make[2]: Entering directory `~/llvm/tools/llvm-dis' llvm[2]: Compiling llvm-dis.c...
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...ert/llvm-objects/Debug+Asserts/bin/opt /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/GraphPrinters.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/PrintSCC.o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o \ -lLLVM-2.9svn -lpthread -lmalloc -lm Undefined first referenced symbol in file llvm::LoopPass::createPrinterPass(llvm::raw_ostream&, std::basic_string<ch...
2011 Aug 05
0
[LLVMdev] Building LLVM on Solaris/Sparc
...Asserts/bin/opt > /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o > /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/Gr! > aphPrinters.o > /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/PrintSCC.o > /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o > \ > > -lLLVM-2.9svn -lpthread -lmalloc -lm > > It seems like you're missing a whole bunch of libraries on the command > line. This is what I have when I compile it: > > -lLLVMipo...
2019 Apr 18
3
Opt plugin linkage
...on MC ObjCARCOpts ScalarOpts Support Target TransformUtils Vectorize Passes ExecutionEngine ) # Support plugins. set(LLVM_NO_DEAD_STRIP 1) add_llvm_tool(opt AnalysisWrappers.cpp BreakpointPrinter.cpp Debugify.cpp GraphPrinters.cpp NewPMDriver.cpp PassPrinters.cpp PrintSCC.cpp opt.cpp DEPENDS intrinsics_gen ) export_executable_symbols(opt) if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) target_link_libraries(opt PRIVATE Polly) endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) target_link_libraries(opt PUBLIC LLVMExecutionEngine) ``` Modified opt's LLVMBuild.txt:...
2009 Dec 08
0
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
...th libLLVMCore.a among other libs. The command line it's using is: cd /C/Development/llvm-2.5/tools/opt && /C/Development/llvm-gcc/bin/llvm-g++.exe "CMakeFiles/opt.dir/AnalysisWrappers.cpp.obj" "CMakeFiles/opt.dir/GraphPrinters.cpp.obj" "CMakeFiles/opt.dir/PrintSCC.cpp.obj" "CMakeFiles/opt.dir/opt.cpp.obj" -o ../../bin/opt.exe -Wl,--out-implib,../../lib/libopt.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ../../lib/libLLVMipo.a ../../lib/libLLVMScalarOpts.a ../../lib/libLLVMInstrumentation.a ../../lib/libLLVMBitWriter.a ../../...
2019 Apr 16
2
Opt plugin linkage
Hey: I spent sometime debugging this, it seems like editing ``llvm/tools/opt.cpp`` and move ``cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .bc modular optimizer and analysis printer\n");`` to the beginning of main() solved it for me. I'm not sure if this is a bug on LLVM side Zhang ------------------ Original ------------------ From: "Viktor Was BSc via
2009 Dec 08
4
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
Hello again, In order to avoid the set jump/long jump dependency of DLLs built under Visual C++, we're trying to build the libraries and tools under LLVM-GCC so it will use DWARF exception handling instead of SJ/LJ. The problem we're running into is that the libraries that we just finished creating cannot be found later in the build process when OPT tries to build. My partner has MinGW
2006 Nov 27
2
[LLVMdev] mingw binary is corrupt
...ory `/d/Apps/llvm/tools/llvm-config' > The system cannot find the path specified. > make[2]: Entering directory `/d/Apps/llvm/tools/opt' > llvm[2]: Compiling AnalysisWrappers.cpp for Release build > llvm[2]: Compiling GraphPrinters.cpp for Release build > llvm[2]: Compiling PrintSCC.cpp for Release build > llvm[2]: Compiling opt.cpp for Release build > make[2]: *** No rule to make target `/lib/libLLVMTransforms.a', needed by > `/d/Apps/llvm/Release/bin/opt.exe'. Stop. Looks to me like you're not configured correctly. Either that or llvm-config doesn...
2012 Apr 13
2
[LLVMdev] Make error of latest devel version of llvm and clang
...ing directory `/home/ryjiao/Downloads/llvm-dev/llvm/tools/llvm-config' make[2]: Entering directory `/home/ryjiao/Downloads/llvm-dev/llvm/tools/opt' llvm[2]: Compiling AnalysisWrappers.cpp for Debug+Asserts build llvm[2]: Compiling GraphPrinters.cpp for Debug+Asserts build llvm[2]: Compiling PrintSCC.cpp for Debug+Asserts build llvm[2]: Compiling opt.cpp for Debug+Asserts build llvm[2]: Linking Debug+Asserts executable opt /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In function `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::opt<char [2...
2002 Dec 06
3
[LLVMdev] Tarjan+function_ptrs == trouble ? (fwd)
Test Cases: (attached) Iteration code: (...) typedef TarjanSCC_iterator<CallGraph*> MyTarjan; CallGraph& callGraph = getAnalysis<CallGraph>(); MyTarjan iter = tarj_begin(&callGraph); MyTarjan end = tarj_end(&callGraph); while(iter!=end) iter++; (...) if you take the time to print out the function each non-looping node iter traverses, it never reaches main...
2012 Apr 13
0
[LLVMdev] Make error of latest devel version of llvm and clang
...ao/Downloads/llvm-dev/llvm/tools/llvm-config' > make[2]: Entering directory > `/home/ryjiao/Downloads/llvm-dev/llvm/tools/opt' > llvm[2]: Compiling AnalysisWrappers.cpp for Debug+Asserts build > llvm[2]: Compiling GraphPrinters.cpp for Debug+Asserts build > llvm[2]: Compiling PrintSCC.cpp for Debug+Asserts build > llvm[2]: Compiling opt.cpp for Debug+Asserts build > llvm[2]: Linking Debug+Asserts executable opt > /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In > function `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string>...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llc' llvm[2]: Compiling llc.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-ar' llvm[2]: Compiling llvm-ar.cpp for Release+Asserts build llvm[2]: Compiling PrintSCC.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable llc (without symbols) llvm[2]: Linking Release+Asserts executable llvm-ar (without symbols) llvm[2]: Compiling opt.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable opt (without symbols) llvm[2]: =====...