Displaying 1 result from an estimated 1 matches for "21e98579".
2013 Jul 12
3
[LLVMdev] How to recognize the declaring code scopes of stack variables
...int a[100];
for( int i = 0; i < N; i++){
int temp;
}
Can this be done in LLVM IR? Or should be implemented in Clang.
Thanks!
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130712/21e98579/attachment.html>