mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 08:01:39 +00:00
Updated fuzzer scripts
Point to new Chromium location Also enable UBSan Change-Id: I4ba182e3c6a967ad89090b776d05762fa9ae6e40
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
|
||||
clang++ -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
|
||||
git clone https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer
|
||||
clang++ -c -g -O2 -std=c++11 fuzzer/*.cpp -Ifuzzer
|
||||
ar ruv libFuzzer.a Fuzzer*.o
|
||||
rm -rf Fuzzer *.o
|
||||
rm -rf fuzzer *.o
|
||||
|
||||
Reference in New Issue
Block a user