[all-commits] [llvm/llvm-project] 95141a: Fix TableLookupTest on FreeBSD
Andrew Turner via All-commits
all-commits at lists.llvm.org
Thu Jun 9 06:24:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95141aa9cbb1f5f655ed84dd280ef7314b750477
https://github.com/llvm/llvm-project/commit/95141aa9cbb1f5f655ed84dd280ef7314b750477
Author: Andrew Turner <andrew at fubar.geek.nz>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M compiler-rt/test/fuzzer/TableLookupTest.cpp
Log Message:
-----------
Fix TableLookupTest on FreeBSD
As with Linux placce the Counters array in the __libfuzzer_extra_counters
section. This fixes the test on FreeBSD.
Reviewed by: vitalybuka
Differential Revision: https://reviews.llvm.org/D125902
More information about the All-commits
mailing list