From 02ca1cca9d1e6cb9483ce44b65c367b5583d0981 Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Fri, 8 May 2020 15:53:37 +0800 Subject: [PATCH] add yaml file --- compiler-rt.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 compiler-rt.yaml diff --git a/compiler-rt.yaml b/compiler-rt.yaml new file mode 100644 index 0000000..7d98bd8 --- /dev/null +++ b/compiler-rt.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: llvm/llvm-project +tag_prefix: ^llvmorg- +seperator: . -- Gitee