From e1ed4b4ab2ae993991bf81c2756a481d931196ca Mon Sep 17 00:00:00 2001 From: zhengweiwei Date: Mon, 13 Mar 2023 10:12:02 +0800 Subject: [PATCH] Verification of access control Signed-off-by: zhengweiwei --- llvm-build/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 llvm-build/hello.py diff --git a/llvm-build/hello.py b/llvm-build/hello.py new file mode 100644 index 000000000000..e75154b7c390 --- /dev/null +++ b/llvm-build/hello.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file -- Gitee