## 🧹 ルートディレクトリ整理 - batファイル(21個) → tools/windows/llvm-build-attempts/へ移動 - ログファイル → logs/archive/へ移動 - LLVM実行ファイル(計104MB) → .gitignoreに追加して削除 ## 📝 .gitignore更新 - app_*_llvm, app_link, string_len_app を除外 - 大容量バイナリファイルのアップロード防止 ## 🔧 追加のリファクタリング - src/jit/lower/builder/tls.rs: TLS関連を独立モジュール化 ## 📊 整理結果 - ルートディレクトリ: 0個の一時ファイル(完全クリーン) - リポジトリサイズ: 189MB(適切) - 最大追跡ファイル: 5.2MB(許容範囲内) GitHub公開準備完了!🚀 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
736 B
Plaintext
16 lines
736 B
Plaintext
Compiling cranelift-codegen v0.103.0
|
|
Compiling cranelift-module v0.103.0
|
|
Compiling cranelift-native v0.103.0
|
|
Compiling cranelift-frontend v0.103.0
|
|
Compiling cranelift-jit v0.103.0
|
|
Compiling cranelift-object v0.103.0
|
|
Compiling nyash-rust v0.1.0 (/mnt/c/git/nyash-project/nyash)
|
|
error[E0599]: no method named `finalize_definitions` found for struct `ObjectModule` in the current scope
|
|
--> src/jit/lower/builder/object.rs:79:29
|
|
|
|
|
79 | let _ = self.module.finalize_definitions();
|
|
| ^^^^^^^^^^^^^^^^^^^^ method not found in `ObjectModule`
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|
|
error: could not compile `nyash-rust` (lib) due to 1 previous error
|