[llvm-dev] [Help] How to keep ($clang_dir)/include/clang/AST/Attrs.inc file after compilation?

Sunghyun Park via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 26 23:28:34 PDT 2016


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>


More information about the llvm-dev mailing list