oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

llvm: add rust and dlang demanglers to the fuzzers list

Open ljmf00 opened this issue 4 years ago • 4 comments

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.

ljmf00 avatar Nov 10 '21 16:11 ljmf00

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
Corporate signers

ℹ️ Googlers: Go here for more info.

google-cla[bot] avatar Nov 10 '21 16:11 google-cla[bot]

@googlebot I signed it!

ljmf00 avatar Nov 10 '21 16:11 ljmf00

@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?

ljmf00 avatar Nov 27 '21 19:11 ljmf00

They are now in https://github.com/google/oss-fuzz/blob/master/projects/llvm/build.sh#L33 , so I think this can be closed?

maflcko avatar Mar 29 '24 11:03 maflcko