This repository was archived by the owner on Jul 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -114,3 +114,4 @@ script:
114114 make -C examples/iot_core_mqtt_client IOTC_CLIENT_LIB_PATH=../../bin/linux IOTC_BSP_TLS=$IOTC_BSP_TLS;
115115 fi;
116116 fi;"
117+
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ IOTC_FUZZ_TEST_LIBRARY := -lFuzzer
3333
3434IOTC_CLANG_TOOLS_DIR := $(LIBIOTC ) /src/import/clang_tools
3535
36- IOTC_LIBFUZZER_URL := https://llvm.org/svn /llvm-project/compiler-rt/trunk /lib/fuzzer
37- IOTC_LIBFUZZER_DOWNLOAD_DIR := $(IOTC_CLANG_TOOLS_DIR ) /downloaded_libfuzzer
36+ IOTC_LIBFUZZER_URL := https://github.com/llvm /llvm-project/trunk/ compiler-rt/lib/fuzzer
37+ IOTC_LIBFUZZER_DOWNLOAD_DIR := $(IOTC_CLANG_TOOLS_DIR ) /fuzzer
3838IOTC_LIBFUZZER := $(IOTC_LIBFUZZER_DOWNLOAD_DIR ) /libFuzzer.a
3939
4040$(IOTC_LIBFUZZER_DOWNLOAD_DIR ) :
4141 @-mkdir -p $(IOTC_LIBFUZZER_DOWNLOAD_DIR )
42- svn checkout $(IOTC_LIBFUZZER_URL ) $( IOTC_LIBFUZZER_DOWNLOAD_DIR )
42+ (cd $( IOTC_CLANG_TOOLS_DIR ) && svn export $( IOTC_LIBFUZZER_URL) --force )
4343
4444$(IOTC_LIBFUZZER ) : $(IOTC_LIBFUZZER_DOWNLOAD_DIR )
4545 (cd $( IOTC_LIBFUZZER_DOWNLOAD_DIR) && clang++ -c -g -O2 -lstdc++ -std=c++11 * .cpp -IFuzzer && ar ruv libFuzzer.a Fuzzer* .o)
You can’t perform that action at this time.
0 commit comments