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
Uh oh!
There was an error while loading. Please reload this page.
-
对形参分配了空间,但函数中若有需要访问该形参的情况就会报错,比如代码:
报错如下:
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