search for: 3b3d5566

Displaying 1 result from an estimated 1 matches for "3b3d5566".

Did you mean: 0b3d5562
2011 Jul 13
1
[LLVMdev] Is it possible to store some info and use it after emitting the bitcode file?
Hi All, Specifically, the problem is that I want to insert a string into the source code. When the source code is compiled by the compiler into bitcode file such info will be extracted and stored somewhere else, and the compiler only compiles the original source code. An example is like: a1.cpp: int main() { int a = 0; cout << a << endl; } I'd like to