search for: e0a07e4f

Displaying 1 result from an estimated 1 matches for "e0a07e4f".

2008 Nov 18
3
[LLVMdev] getModuleIdentifier() returns <stdin>
Hi John, I run my pass this way: opt -mypass <input.bc >output.bc So I think "input.bc" is what I should expect, right? Thanks, Jack On Tue, Nov 18, 2008 at 10:23 AM, John Criswell <criswell at cs.uiuc.edu>wrote: > Jack Tzu-Han Hung wrote: > > Hi all, > > > > I'm writing my own pass and use "opt" to launch it. In my pass, I'd like