[LLVMdev] How to use a custom execute step with bugpoint?

Vadim vadimcn at gmail.com
Sun Jan 26 13:22:38 PST 2014


Hi,
I am debugging a case when compiling a dll library (this is on Windows)
with optimizations makes it crash, but works fine without optimizations.
I want bugpoint to produce the dll, then run my custom script to execute
(which will launch the main program that uses the dll).

I'm trying to use "bugpoint bitcode.bc -run-custom -safe-run-custom
-exec-command my_script.cmd ", but that seems to override the compilation
step and not the final execution step...
Is there a command line switch that does what I want?

Vadim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140126/eb04e478/attachment.html>


More information about the llvm-dev mailing list