aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/llvm/build.sh
diff options
context:
space:
mode:
authorGravatar morehouse <mascasa@google.com>2017-10-12 17:40:47 -0700
committerGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2017-10-12 17:40:47 -0700
commit91f32342b6fac28b594bfc3989e8927ef0410f50 (patch)
treec2ec7d64b842d3abdd0508eae4815f3940a7674d /projects/llvm/build.sh
parente0c7d2f5bd7d42ff46b3a7d8f312509374572741 (diff)
Rename llvm-isel-fuzzer using "--" separator. (#888)
* Remove warning comments in build.sh. No longer pertinent since we now build the fuzz targets using OSS-Fuzz's environment variables. * Rename llvm-isel-fuzzer using "--" separator.
Diffstat (limited to 'projects/llvm/build.sh')
-rw-r--r--projects/llvm/build.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/projects/llvm/build.sh b/projects/llvm/build.sh
index 16a7070e..541ed40b 100644
--- a/projects/llvm/build.sh
+++ b/projects/llvm/build.sh
@@ -16,14 +16,6 @@
#
################################################################################
-# This is not a typical OSS-Fuzz set up, don't use it as an example.
-
-# This builds LLVM fuzzers using a previosly built LLVM, ignoring $CC/$CXX,
-# and LLVM's own copy of libFuzzer.
-# TODO(kcc): honor CFLAGS/CXXFLAGS to allow building with msan/ubsan
-
-# Build and install protobuf
-
build_protobuf() {
./autogen.sh
./configure --disable-shared
@@ -66,4 +58,4 @@ for fuzzer in "${FUZZERS[@]}"; do
done
# isel-fuzzer encodes its default flags in the name.
-mv $OUT/llvm-isel-fuzzer $OUT/llvm-isel-fuzzer=aarch64-gisel
+mv $OUT/llvm-isel-fuzzer $OUT/llvm-isel-fuzzer--aarch64-gisel