From b299800e6463b86f7304aed0d4d3be92b30c2b7e Mon Sep 17 00:00:00 2001 From: Li Jie Date: Wed, 8 Jan 2025 15:22:09 +0800 Subject: [PATCH] compiler: move _lldb into compiler/ --- {_lldb => compiler/_lldb}/README.md | 0 {_lldb => compiler/_lldb}/common.sh | 0 {_lldb => compiler/_lldb}/llgo_plugin.py | 0 {_lldb => compiler/_lldb}/runlldb.sh | 0 {_lldb => compiler/_lldb}/runtest.sh | 0 {_lldb => compiler/_lldb}/test.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {_lldb => compiler/_lldb}/README.md (100%) rename {_lldb => compiler/_lldb}/common.sh (100%) rename {_lldb => compiler/_lldb}/llgo_plugin.py (100%) rename {_lldb => compiler/_lldb}/runlldb.sh (100%) rename {_lldb => compiler/_lldb}/runtest.sh (100%) rename {_lldb => compiler/_lldb}/test.py (100%) diff --git a/_lldb/README.md b/compiler/_lldb/README.md similarity index 100% rename from _lldb/README.md rename to compiler/_lldb/README.md diff --git a/_lldb/common.sh b/compiler/_lldb/common.sh similarity index 100% rename from _lldb/common.sh rename to compiler/_lldb/common.sh diff --git a/_lldb/llgo_plugin.py b/compiler/_lldb/llgo_plugin.py similarity index 100% rename from _lldb/llgo_plugin.py rename to compiler/_lldb/llgo_plugin.py diff --git a/_lldb/runlldb.sh b/compiler/_lldb/runlldb.sh similarity index 100% rename from _lldb/runlldb.sh rename to compiler/_lldb/runlldb.sh diff --git a/_lldb/runtest.sh b/compiler/_lldb/runtest.sh similarity index 100% rename from _lldb/runtest.sh rename to compiler/_lldb/runtest.sh diff --git a/_lldb/test.py b/compiler/_lldb/test.py similarity index 100% rename from _lldb/test.py rename to compiler/_lldb/test.py