Commit f1d777c7 by Nicolas Capens Committed by Nicolas Capens

Remove duplicates in LLVM 7.0 build.

Bug b/115344057 Change-Id: Iac34e89f56a1f67301beae3fcf492596522d08a2 Reviewed-on: https://swiftshader-review.googlesource.com/21168Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 810f3db8
......@@ -1294,7 +1294,6 @@ set(LLVM_LIST
${LLVM_DIR}/lib/Support/raw_ostream.cpp
${LLVM_DIR}/lib/Support/regcomp.c
${LLVM_DIR}/lib/Support/regerror.c
${LLVM_DIR}/lib/Support/regerror.c
${LLVM_DIR}/lib/Support/regexec.c
${LLVM_DIR}/lib/Support/regfree.c
${LLVM_DIR}/lib/Support/regstrlcpy.c
......
......@@ -666,7 +666,6 @@ LOCAL_SRC_FILES := \
llvm/lib/Support/raw_ostream.cpp \
llvm/lib/Support/regcomp.c \
llvm/lib/Support/regerror.c \
llvm/lib/Support/regerror.c \
llvm/lib/Support/regexec.c \
llvm/lib/Support/regfree.c \
llvm/lib/Support/regstrlcpy.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment