[LLVMdev] sepertate the code by the macro (original) (raw)
yao xiaoyaollvm at 126.com
Thu Jul 23 18:31:26 PDT 2015
- Previous message: [LLVMdev] Register for the 2015 LLVM Developers' Meeting!
- Next message: [LLVMdev] SIMD for sdiv <2 x i64>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,guys: I am interesting to separate the code by the clang .
such as:
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>
- Previous message: [LLVMdev] Register for the 2015 LLVM Developers' Meeting!
- Next message: [LLVMdev] SIMD for sdiv <2 x i64>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]