[Bug 262706] Build on arm64 fails to find libclang_rt.asan-aarch64.a

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Dec 2023 05:46:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262706

ota@j.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ota@j.email.ne.jp

--- Comment #4 from ota@j.email.ne.jp ---
Is it still the case arm64 is not yet supported?

I tested this on 13.2-RELEASE and 14.0-RELEASE.

I get the following errors:

14.0
% ...
c++ -o xxx.pm -g main.o -L/usr/local/lib -fprofile-instr-generate
-fcoverage-map
ping -fsanitize=address -fno-omit-frame-pointer -L.. -Wl,--rpath=..  -lpthread
-
ledit -lboost_program_options -lboost_system -lboost_system -lpthread -ledit
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan_static-aar
ch64.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan-aarch64.a:
 No such file or directory
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan_cxx-aarch6
4.a: No such file or directory
c++: error: linker command failed with exit code 1 (use -v to see invocation)


13.2
%
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_static
-aarch64.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan-aarch6
4.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_cxx-aa
rch64.a: No such file or directory
c++: error: linker command failed with exit code 1 (use -v to see invocation)

-- 
You are receiving this mail because:
You are the assignee for the bug.