Sunghyun Park via llvm-dev
2016-Oct-27 06:28 UTC
[llvm-dev] [Help] How to keep ($clang_dir)/include/clang/AST/Attrs.inc file after compilation?
Hi, I'm playing with tableGenerator in order to add custom attirbute. Most of attributes are parsed from ($clang_dir)/include/clang/AST/Attrs.inc, which is generated by tableGen based on *.td, but this generated include file is deleted after parsing completes. Is there any compilation option to keep this, or any other way to do it? Thank you for your valuable time! -- Best, Sung -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161027/75160f86/attachment.html>