我一直在使用include\llvm
和include\llvm-c
中提供的标题来尝试制作自己的编译器。但是,每当我尝试编译时,都会出现此错误。我的文件中没有llvm/IR/Attributes.inc
,也没有看到任何LLVM项目。我收到此错误:
In file included from ./headers/llvm/IR/Function.h:26:
In file included from ./headers/llvm/IR/Argument.h:19:
./headers/llvm/IR/Attributes.h(74,14): fatal error: 'llvm/IR/Attributes.inc' file not found
#include "llvm/IR/Attributes.inc"
这是什么问题?
答案 0 :(得分:0)
我遇到了同样的问题。通过将以下行添加到相关的Q
S2
答案 1 :(得分:-3)
make install-llvm-headers可能对您有帮助