diff options
author | brooks <brooks@FreeBSD.org> | 2018-01-28 19:55:58 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2018-01-28 19:55:58 +0800 |
commit | 220779771114a8a5e2d18a05e2dcee824694856e (patch) | |
tree | b614279547b8f942a6daa8f38c3a6f19d0f3b164 /devel/llvm60 | |
parent | 07f63248f3b9fc33fd9491f314e95ee752a79643 (diff) | |
download | freebsd-ports-gnome-220779771114a8a5e2d18a05e2dcee824694856e.tar.gz freebsd-ports-gnome-220779771114a8a5e2d18a05e2dcee824694856e.tar.zst freebsd-ports-gnome-220779771114a8a5e2d18a05e2dcee824694856e.zip |
Adjust plist for i386.
PR: 225479
Diffstat (limited to 'devel/llvm60')
-rw-r--r-- | devel/llvm60/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/llvm60/Makefile b/devel/llvm60/Makefile index 14cf6fee6db8..288b0f136f4f 100644 --- a/devel/llvm60/Makefile +++ b/devel/llvm60/Makefile @@ -318,10 +318,11 @@ _COMPILER_RT_LIBS+= \ libclang_rt.safestack-i386.a \ libclang_rt.stats-i386.a \ libclang_rt.stats_client-i386.a \ + libclang_rt.ubsan_minimal-i386.a \ + libclang_rt.ubsan_minimal-i386.so \ libclang_rt.ubsan_standalone-i386.a \ libclang_rt.ubsan_standalone-i386.so \ - libclang_rt.ubsan_standalone_cxx-i386.a \ - libclang_rt.ubsan_standalone_cxx-i386.so + libclang_rt.ubsan_standalone_cxx-i386.a .endif .if ${PORT_OPTIONS:MEXTRAS} |