search for: 021272f1

Displaying 2 results from an estimated 2 matches for "021272f1".

2012 Jan 19
0
[LLVMdev] Need more information on llvm.dbg.value call
...current sources which you aren't using. I'd suggest you update to at least 3.0, preferably top of tree, and then use the docs on the web. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120118/021272f1/attachment.html>
2012 Jan 16
2
[LLVMdev] Need more information on llvm.dbg.value call
Hi all, I'm using clang + LLVM 2.9. Let's consider following code sample: extern void bar(int x) ; void foo(int y) { bar(y) ; } When compiled with clang at -O2 -g I've got following LLVM file: ; ModuleID = 'localvar.c' target datalayout =