<div dir="ltr">Hi all,<div><br></div><div>According to bugpoint's document[1], I should be able to use the "-input" option to redirect a file to the stdin for the bitcode that is under debug.</div><div><br></div><div>However when I try it with sqlite3:</div><div><br></div><div><div>bugpoint x.bc -mem2reg  -llc-safe –input commands  --args -init sqlite3rc :memory:</div><div><br></div><div>I got:</div><div><br></div><div>bugpoint: commands:1:1: error: expected top-level entity</div><div>.read test1.sql</div></div><div><br></div><div>It looks like that bugpoint is parsing "commands" as llvm bitcode, which is confusing.</div><div><br></div><div>Maybe I am not using this option correctly? Any hint is appreciated.</div><div><br></div><div>Thanks</div><div>Hongbin</div><div><br></div><div><br></div><div>[1]<a href="http://llvm.org/docs/CommandGuide/bugpoint.html">http://llvm.org/docs/CommandGuide/bugpoint.html</a></div></div>