We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
llvm-as: /proj/llvm/llvm-2/include/llvm/Intrinsics.gen:1208: unsigned int llvm::Function::getIntrinsicID() const: Assertion `0 && "Unknown LLVM intrinsic function!"' failed.
This isn't very friendly. It should produce an error message and exit non-zero instead.
The text was updated successfully, but these errors were encountered:
Test case here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047732.html
Fixed with: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047733.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047734.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047735.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047736.html
Sorry, something went wrong.
Merge pull request llvm#1700 from JDevlieghere/🍒/bastille/a6eb70c052d…
cbfe75f
…a767aef6b041d0db20bdf3a9e06b5 [lldb] Return empty string from getExtraMakeArgs when not implemented
No branches or pull requests
Extended Description
For example:
llvm-as: /proj/llvm/llvm-2/include/llvm/Intrinsics.gen:1208: unsigned int
llvm::Function::getIntrinsicID() const: Assertion `0 && "Unknown LLVM intrinsic
function!"' failed.
This isn't very friendly. It should produce an error message and exit non-zero
instead.
The text was updated successfully, but these errors were encountered: