aboutsummaryrefslogtreecommitdiff
path: root/projects/llvm/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/llvm/project.yaml')
-rw-r--r--projects/llvm/project.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/projects/llvm/project.yaml b/projects/llvm/project.yaml
index 81662e865..54aef01df 100644
--- a/projects/llvm/project.yaml
+++ b/projects/llvm/project.yaml
@@ -1,4 +1,5 @@
homepage: "http://llvm.org/"
+language: c++
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
@@ -19,9 +20,10 @@ sanitizers:
- address
- memory
-# The LLVM build currently supports only libFuzzer
fuzzing_engines:
- - libfuzzer
+ - libfuzzer
+ - honggfuzz
# Bug reports are public by default:
view_restrictions: none
+main_repo: 'https://github.com/llvm/llvm-project.git'