标签: gcc llvm
我试图从包内的文档构建 dragonegg 插件,但在运行以下命令之后:
GCC=/usr/bin/gcc-4.6 make
error:‘getGlobalContext’ was not declared in this scope static LLVMContext &Context = getGlobalContext();
我安装了所需的所有库并检查了不同版本的gcc,但结果是一样的。 无论如何都有解决问题的方法吗?