llvm: add rust and dlang demanglers to the fuzzers list
Signed-off-by: Luís Ferreira [email protected]
Add dlang as https://github.com/llvm/llvm-project/commit/9af467ed8b53adfe1c8d0788d874d7a8c08375de got merged and missing rust fuzzer.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.
What to do if you already signed the CLA
Individual signers
- It's possible we don't have your GitHub username or you're using a different email address on your commit. Check your existing CLA data and verify that your email is set on your git commits.
Corporate signers
- Your company has a Point of Contact who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the Google project maintainer to go/cla#troubleshoot (Public version).
- The email used to register you as an authorized contributor must be the email used for the Git commit. Check your existing CLA data and verify that your email is set on your git commits.
- The email used to register you as an authorized contributor must also be attached to your GitHub account.
ℹ️ Googlers: Go here for more info.
@googlebot I signed it!
@dwblaikie Since you are a Googler and you are also familiar with LLVM, can you review this, or do you know anyone to ping this?
In the meanwhile, I'm going to make another one to fix deprecation issues due to this being very outdated, although I don't expect the CI to run anyway since linking LLVM on Github actions triggers the kernel OOM killer due to low memory.
Is there any --reduce-memory-overheads --no-keep-memory similar combination flag to trigger when building on a low memory machine?
They are now in https://github.com/google/oss-fuzz/blob/master/projects/llvm/build.sh#L33 , so I think this can be closed?