LLVM 使用 CLion 调试 Pass Plugin
2022-12-5
| 2022-12-5
字数 48阅读时长 1 分钟
type
Post
status
Published
date
Dec 5, 2022
slug
llvm-clion-debug-pass-plugin
summary
使用 CLion 调试 LLVM Pass Plugin
tags
LLVM
category
技术分享
icon
password
Property
Dec 5, 2022 08:13 AM
参考 README.md 的 Debug 说明

树外编译-动态库插件

notion image

树内编译-动态库插件

notion image

树内编译-静态库插件

去除 -fpass-plugin-load 即可
 
  • LLVM
  • ARM64 内核研究 (三)LLVM 获取函数和变量的 annotation
    Loading...