Skip to content

Commit 7a710e9

Browse files
authored
Bump to r27c (#4)
1 parent 27082ae commit 7a710e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-flang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -o pipefail -u
44

55
: ${BUILD_ARCH_OR_TYPE:=host}
66
: ${DEFAULT_ANDROID_API_LEVEL:=21}
7-
: ${ANDROID_NDK:=~/lib/android-ndk-r27b}
7+
: ${ANDROID_NDK:=~/lib/android-ndk-r27c}
88
: ${FLANG_MAKE_PROCESSES:=1}
99

1010
patch -p1 -d $(pwd)/out/llvm-project < flang-undef-macros.patch

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git config --global color.ui false
1313
mkdir -p llvm-toolchain && cd llvm-toolchain
1414
repo init -u https://android.googlesource.com/platform/manifest
1515
# Modified the manifest xml, to ensure only contain linux component
16-
sed -E 's/(^.*?(darwin|mingw|windows).*$)/<!-- \1 -->/g' ../manifest_12285214.xml > .repo/manifests/test.xml
16+
sed -E 's/(^.*?(darwin|mingw|windows).*$)/<!-- \1 -->/g' ../manifest_12470979.xml > .repo/manifests/test.xml
1717
repo init -m test.xml
1818
repo sync -c
1919

manifest_12285214.xml renamed to manifest_12470979.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<project path="toolchain/llvm-project" name="toolchain/llvm-project" revision="d8003a456d14a3deb8054cdaa529ffbf02d9b262" />
1717

18-
<project path="toolchain/llvm_android" name="toolchain/llvm_android" revision="2a4ee244d6dd0dcb8365590b898f7a40ec3cb87a" />
18+
<project path="toolchain/llvm_android" name="toolchain/llvm_android" revision="31a1d3747b77b10185c0adf03ae6036b474719c7" />
1919

2020
<project path="toolchain/common" name="toolchain/common" revision="0bce8b062126242872e9f3fc66760d3f76773c49" />
2121

0 commit comments

Comments
 (0)