From 8406abec3578fb2fdaeb9adc4dec7fd132976f90 Mon Sep 17 00:00:00 2001 From: westtide Date: Tue, 24 Sep 2024 15:46:24 +0800 Subject: [PATCH] add llvm-libc --- sig/Compiler/sig-info.yaml | 4 +++- sig/Compiler/src-openeuler/l/llvm-libc.yaml | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 sig/Compiler/src-openeuler/l/llvm-libc.yaml diff --git a/sig/Compiler/sig-info.yaml b/sig/Compiler/sig-info.yaml index 79e82a6d5..c3bacb18e 100644 --- a/sig/Compiler/sig-info.yaml +++ b/sig/Compiler/sig-info.yaml @@ -339,7 +339,9 @@ repositories: name: yunfei Li organization: Huawei email: liyunfei33@huawei.com - +- repo: + - src-openeuler/llvm-libc + ################################################# # miscellaneous repos ################################################# diff --git a/sig/Compiler/src-openeuler/l/llvm-libc.yaml b/sig/Compiler/src-openeuler/l/llvm-libc.yaml new file mode 100644 index 000000000..c2383950c --- /dev/null +++ b/sig/Compiler/src-openeuler/l/llvm-libc.yaml @@ -0,0 +1,7 @@ +name: llvm-libc +description: LLVM's C standard library +upstream: https://github.com/llvm/llvm-project +branches: +- name: master + type: protected +type: public -- Gitee