svn commit: r481176 - head/devel/llvm-devel

Brooks Davis brooks at FreeBSD.org
Wed Oct 3 18:15:03 UTC 2018


Author: brooks
Date: Wed Oct  3 18:15:01 2018
New Revision: 481176
URL: https://svnweb.freebsd.org/changeset/ports/481176

Log:
  Fix plist on i386.
  
  PR:		231893
  Reported by:	jbeich

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Wed Oct  3 17:54:47 2018	(r481175)
+++ head/devel/llvm-devel/Makefile	Wed Oct  3 18:15:01 2018	(r481176)
@@ -374,6 +374,8 @@ _COMPILER_RT_LIBS+= \
 	libclang_rt.asan-preinit-i386.a \
 	libclang_rt.asan_cxx-i386.a \
 	libclang_rt.builtins-i386.a \
+	libclang_rt.cfi-i386.a \
+	libclang_rt.cfi_diag-i386.a \
 	libclang_rt.lsan-i386.a \
 	libclang_rt.profile-i386.a \
 	libclang_rt.safestack-i386.a \


More information about the svn-ports-all mailing list