Displaying 3 results from an estimated 3 matches for "83ad69da".
2012 Apr 10
0
[LLVMdev] How to explain this weird phenomenon????????
Hi,
> BTW the opt command I use is *"opt -load ../../../Debug+Asserts/lib/Hello.so
> -hello <hello.bc> -o hello.bc"*
just use hello.bc not <hello.bc> otherwise the shell will redirect input and
output.
Ciao, Duncan.
2012 Apr 10
4
[LLVMdev] How to explain this weird phenomenon????????
My friends,
I ran a function pass on a .bc file, intending to insert a CallInst to my self-made check function.
The compilation is successful. BUT after I ran that pass on the .bc file, the size of the file didn't get any bigger!!
Does this mean my instrumentation work failed??
BTW the opt command I use is "opt -load ../../../Debug+Asserts/lib/Hello.so -hello <hello.bc> -o
2012 Apr 10
3
[LLVMdev] How to explain this weird phenomenon????????
..._______
>LLVM Developers mailing list
>LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120410/83ad69da/attachment.html>