Page MenuHomePhabricator

SPARC: Register null target streamer
ClosedPublic

Authored by arsenm on Oct 31 2022, 3:29 PM.

Details

Reviewers
koakuma
jyknight
Summary

Fixes null dereference in emitFunctionBodyStart for 64-bit

Diff Detail

Unit TestsFailed

TimeTest
60,030 msx64 debian > libFuzzer.libFuzzer::fuzzer-leak.test
Script: -- : 'RUN: at line 3'; /var/lib/buildkite-agent/builds/llvm-project/build/./bin/clang --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address,fuzzer -I/var/lib/buildkite-agent/builds/llvm-project/compiler-rt/lib/fuzzer -m64 /var/lib/buildkite-agent/builds/llvm-project/compiler-rt/test/fuzzer/LeakTest.cpp -o /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/fuzzer/X86_64DefaultLinuxConfig/Output/fuzzer-leak.test.tmp-LeakTest
60,040 msx64 debian > libFuzzer.libFuzzer::value-profile-load.test
Script: -- : 'RUN: at line 2'; /var/lib/buildkite-agent/builds/llvm-project/build/./bin/clang --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address,fuzzer -I/var/lib/buildkite-agent/builds/llvm-project/compiler-rt/lib/fuzzer -m64 /var/lib/buildkite-agent/builds/llvm-project/compiler-rt/test/fuzzer/LoadTest.cpp -fsanitize-coverage=trace-gep -o /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/fuzzer/X86_64DefaultLinuxConfig/Output/value-profile-load.test.tmp-LoadTest

Event Timeline

arsenm created this revision.Oct 31 2022, 3:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 3:29 PM
arsenm requested review of this revision.Oct 31 2022, 3:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 3:29 PM
Herald added a subscriber: wdng. · View Herald Transcript
jyknight accepted this revision.Nov 2 2022, 5:13 AM
This revision is now accepted and ready to land.Nov 2 2022, 5:13 AM
koakuma accepted this revision.Nov 2 2022, 7:29 AM