mirror of https://github.com/google/oss-fuzz.git
[llvm_libcxx] switch to the new github repo (#3113)
This commit is contained in:
parent
4da5132015
commit
2290b8080c
|
@ -14,6 +14,5 @@
|
|||
#
|
||||
################################################################################
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi
|
||||
RUN svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx
|
||||
RUN git clone --depth 1 https://github.com/llvm/llvm-project.git
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
cd llvm-project
|
||||
|
||||
if [[ $SANITIZER = *undefined* ]]; then
|
||||
CXXFLAGS="$CXXFLAGS -fsanitize=unsigned-integer-overflow -fsanitize-trap=unsigned-integer-overflow"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue