diff --git a/.gitignore b/.gitignore index a6f5a22c0abb7716d310e4dd1bace57730c37413..9faf8b1907920e29d16da1c65472e5e4380c3240 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 01d287f2a63c09401c30aceea06edde8e2b604bb..ff226e4b6a4f58d64534be93a1f3f00c4a1308ba 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 8043fcebce91956741a29d8c6a074383f25a2270..e82727b14cda85c331b69dc432e059e825069a60 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", ]