This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Replies: 1 comment
-
应该是 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
对形参分配了空间,但函数中若有需要访问该形参的情况就会报错,比如代码:
报错如下:
sysu-generator: /usr/lib/llvm-11/include/llvm/IR/Type.h:371: llvm::Type *llvm::Type::getPointerElementType() const: Assertion getTypeID() == PointerTyID' failed.
但对于代码
得到运行结果如下:
请问有没有相关资料网页可以对此问题学习一下?
Beta Was this translation helpful? Give feedback.
All reactions