Skip to content

Commit 23d3757

Browse files
committed
pgo-training: Include arm64ec in the list of architectures
1 parent 4469ffb commit 23d3757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgo-training.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libcxxtest-opt-%.exe: $(LIBCXXTEST)
3838
libcxxtest-%.exe: $(LIBCXXTEST)
3939
$(CXX) -target $*-w64-mingw32 $(CFLAGS) $+ -o $@ -Illvm-project/libcxx/test/support
4040

41-
ARCHS ?= i686 x86_64 armv7 aarch64
41+
ARCHS ?= i686 x86_64 armv7 aarch64 arm64ec
4242

4343
TARGETS = hello-exception hello-exception-opt
4444

pgo-training.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
: ${CORES:=$(nproc 2>/dev/null)}
3939
: ${CORES:=$(sysctl -n hw.ncpu 2>/dev/null)}
4040
: ${CORES:=4}
41-
: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64}}
41+
: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64 arm64ec}}
4242

4343
download() {
4444
if command -v curl >/dev/null; then

0 commit comments

Comments
 (0)