Fix org name and update README (#235)

This commit is contained in:
ykiko
2025-09-06 00:07:34 +08:00
committed by GitHub
parent 33cf288bcc
commit 9eb0803d10
7 changed files with 28 additions and 24 deletions

View File

@@ -132,7 +132,7 @@ bool checkArguments(int argc, const char** argv) {
int main(int argc, const char** argv) {
llvm::InitLLVM guard(argc, argv);
llvm::setBugReportMsg(
"Please report bugs to https://github.com/clice-project/clice/issues and include the crash backtrace");
"Please report bugs to https://github.com/clice-io/clice/issues and include the crash backtrace");
if(!checkArguments(argc, argv)) {
return 1;