Displaying 1 result from an estimated 1 matches for "2c1435fa".
Did you mean:
2614e5fa
2015 Jul 24
0
[LLVMdev] sepertate the code by the macro
...:
void a() {
...
}
#ifdef Test
void b() {
}
#endif
void c() {
....
}
Is there some method for me to get the code in the region of TEST ?
Thanks,
Yao.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150724/2c1435fa/attachment.html>