search for: breakpointprinter

Displaying 5 results from an estimated 5 matches for "breakpointprinter".

2013 Oct 11
0
[LLVMdev] Call for Removal: remove BreakpointPrinter and print-breakpoints-for-testing
This is in opt.cpp, BreakpointerPrinter is used only when command line argument "print-breakpoints-for-testing" is on. The implementation is out-dated and there is no testing case for it. If you have any objection, let me know, Manman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jul 07
4
[LLVMdev] problem compiling llvm
...e/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/bin/opt /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/AnalysisWrappers.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/BreakpointPrinter.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/GraphPrinters.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/NewPMDriver.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/wo...
2019 Apr 18
3
Opt plugin linkage
...OrcJIT Interpreter RuntimeDyld Coroutines IPO IRReader InstCombine Instrumentation 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...
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
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...s build llvm[2]: Compiling llvm-dis.cpp for Release+Asserts build llvm[2]: Compiling llvm-as.cpp for Release+Asserts build llvm[2]: Generating lto.def llvm[2]: Compiling LTODisassembler.cpp for Release+Asserts build (PIC) llvm[2]: Compiling lto.cpp for Release+Asserts build (PIC) llvm[2]: Compiling BreakpointPrinter.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable llvm-as (without symbols) llvm[2]: Linking Release+Asserts executable llvm-dis (without symbols) llvm[2]: Compiling GraphPrinters.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts Shared Library cygLTO.dll llvm[2...