From d04c53c14dc996a1c4c66110e0fc3b1a4cd3b444 Mon Sep 17 00:00:00 2001 From: binaryfz Date: Wed, 9 Jun 2021 11:09:21 +0800 Subject: [PATCH] fix build --- .gitignore | 2 ++ src/mapleall/maple_be/BUILD.gn | 3 +-- src/mapleall/maple_ir/BUILD.gn | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6f5a22c0a..9faf8b1907 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ third_party/icu* third_party/libdex* third_party/aosp_10.0.0_r35* third_party/aosp_modified* +third_party/ctorture* tools/android* tools/aosp* tools/clang* @@ -16,6 +17,7 @@ tools/ninja* tools/qemu* tools/r8* tools/release* +tools/sysroot-glibc* build/logs* libjava-core output diff --git a/src/mapleall/maple_be/BUILD.gn b/src/mapleall/maple_be/BUILD.gn index 01d287f2a6..ff226e4b6a 100644 --- a/src/mapleall/maple_be/BUILD.gn +++ b/src/mapleall/maple_be/BUILD.gn @@ -26,8 +26,7 @@ include_directories = [ "${MAPLEALL_ROOT}/maple_ipa/include", "${MAPLEALL_ROOT}/maple_phase/include", "${THIRD_PARTY_ROOT}/bounds_checking_function/include", - "${THIRD_PARTY_ROOT}/dwarf_h/include", - "${THIRD_PARTY_ROOT}/bounds_checking_function/include" + "${THIRD_PARTY_ROOT}/llvm_modified/include/llvm/BinaryFormat" ] deps_libcg = [] diff --git a/src/mapleall/maple_ir/BUILD.gn b/src/mapleall/maple_ir/BUILD.gn index 8043fcebce..e82727b14c 100755 --- a/src/mapleall/maple_ir/BUILD.gn +++ b/src/mapleall/maple_ir/BUILD.gn @@ -22,7 +22,6 @@ include_directories = [ "${MAPLEALL_ROOT}/maple_ipa/include", "${MAPLEALL_ROOT}/maple_me/include", "${MAPLEALL_ROOT}/maple_phase/include", - "${THIRD_PARTY_ROOT}/dwarf_h/include", "${THIRD_PARTY_ROOT}/llvm_modified/include/llvm/BinaryFormat", ] -- Gitee