We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4469ffb commit 23d3757Copy full SHA for 23d3757
pgo-training.make
@@ -38,7 +38,7 @@ libcxxtest-opt-%.exe: $(LIBCXXTEST)
38
libcxxtest-%.exe: $(LIBCXXTEST)
39
$(CXX) -target $*-w64-mingw32 $(CFLAGS) $+ -o $@ -Illvm-project/libcxx/test/support
40
41
-ARCHS ?= i686 x86_64 armv7 aarch64
+ARCHS ?= i686 x86_64 armv7 aarch64 arm64ec
42
43
TARGETS = hello-exception hello-exception-opt
44
pgo-training.sh
@@ -38,7 +38,7 @@ fi
: ${CORES:=$(nproc 2>/dev/null)}
: ${CORES:=$(sysctl -n hw.ncpu 2>/dev/null)}
: ${CORES:=4}
-: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64}}
+: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64 arm64ec}}
download() {
if command -v curl >/dev/null; then
0 commit comments