标签: clang llvm llvm-clang
我想修改clang codegen模块,使用Builder.createCall方法创建一个gcc内置函数(例如__builtin_frame_address)。有什么建议怎么做?