You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try download https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/LLVM-19.1.6-macOS-ARM64.tar.xz, compare to llvm18 there is no libclang_rt.asan_ios_dynamic.dylib
I try build myself on x86_64, not work with error:
file Parser.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file TableGenBackendSkeleton.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file DetailedRecordsBackend.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file TGLexer.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file TableGenBackend.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file TGParser.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file StringMatcher.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file SetTheory.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file JSONBackend.cpp.o differs between phase 2 and phase 3
sed: RE error: illegal byte sequence
sed: RE error: illegal byte sequence
file Error.cpp.o differs between phase 2 and phase 3
# Packaging the release as clang+llvm-19.1.6-x86_64-apple-darwin22.tar.xz
macOS arm build failed after take almost 1 day(macOS 15.2):
llvm/utils/release/test-release.sh \
-release 19.1.6 \
-final \
-triple arm64-apple-darwin24.2.0 \
-j 8 \
-use-ninja \
-configure-flags "-DLLVM_USE_STATIC_ZSTD=ON" \
-lldb -no-test-suite
Undefined symbols for architecture arm64:
"___divdc3", referenced from:
___kmpc_atomic_cmplx8_div in kmp_atomic.cpp.o
___kmpc_atomic_cmplx8_div in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cmplx8 in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cmplx8 in kmp_atomic.cpp.o
___kmpc_atomic_cmplx8_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx8_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx10_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx10_div_cpt in kmp_atomic.cpp.o
...
"___divsc3", referenced from:
___kmpc_atomic_cmplx4_div in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cpt in kmp_atomic.cpp.o
___kmpc_atomic_cmplx4_div_cpt in kmp_atomic.cpp.o
I try download
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/LLVM-19.1.6-macOS-ARM64.tar.xz
, compare to llvm18 there is nolibclang_rt.asan_ios_dynamic.dylib
I try build myself on x86_64, not work with error:
file Parser.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file TableGenBackendSkeleton.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file DetailedRecordsBackend.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file TGLexer.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file TableGenBackend.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file TGParser.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file StringMatcher.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file SetTheory.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file JSONBackend.cpp.o differs between phase 2 and phase 3 sed: RE error: illegal byte sequence sed: RE error: illegal byte sequence file Error.cpp.o differs between phase 2 and phase 3 # Packaging the release as clang+llvm-19.1.6-x86_64-apple-darwin22.tar.xz
try build with:
llvm/utils/release/test-release.sh \ -release 19.1.6 \ -final \ -triple x86_64-apple-darwin22 \ -j 12 \ -use-ninja \ -configure-flags "-DLLVM_USE_STATIC_ZSTD=ON" \ -lldb \ -no-test-suite
The text was updated successfully, but these errors were encountered: