search for: a979cf64d92322765aef149bc5b002cbb

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

2012 Dec 16
2
[LLVMdev] write module to .bc file
i'm afraid this question is extremely basic, but i've assumed that dumping a .bc file from a module was a trivial operation, but now, first time i have to actually do it from code, for the life of me i can't find one missing step in the process: static void WriteModule ( const Module * M, BitstreamWriter & Stream )