svn commit: r450073 - head/devel/llvm50

Brooks Davis brooks at FreeBSD.org
Mon Sep 18 19:24:07 UTC 2017


Author: brooks
Date: Mon Sep 18 19:24:05 2017
New Revision: 450073
URL: https://svnweb.freebsd.org/changeset/ports/450073

Log:
  Fix builds without COMPILER_RT.

Modified:
  head/devel/llvm50/Makefile
  head/devel/llvm50/pkg-plist

Modified: head/devel/llvm50/Makefile
==============================================================================
--- head/devel/llvm50/Makefile	Mon Sep 18 19:06:19 2017	(r450072)
+++ head/devel/llvm50/Makefile	Mon Sep 18 19:24:05 2017	(r450073)
@@ -212,7 +212,7 @@ SHEBANG_FILES+=	tools/clang/tools/scan-view/bin/scan-v
 .endif
 
 .if ${PORT_OPTIONS:MCOMPILER_RT}
-COMPILER_RT_PATTERN=	(asan_blacklist.txt|sanitizer|xray_interface.h)
+COMPILER_RT_PATTERN=	(asan_blacklist.txt|sanitizer|include.xray)
 .endif
 
 .if ${PORT_OPTIONS:MLIT}

Modified: head/devel/llvm50/pkg-plist
==============================================================================
--- head/devel/llvm50/pkg-plist	Mon Sep 18 19:06:19 2017	(r450072)
+++ head/devel/llvm50/pkg-plist	Mon Sep 18 19:24:05 2017	(r450073)
@@ -2302,7 +2302,7 @@ llvm%%LLVM_LIB_VER%%/include/llvm/XRay/YAMLXRayRecord.
 %%COMPILER_RT%%llvm%%LLVM_LIB_VER%%/include/sanitizer/tsan_interface.h
 %%COMPILER_RT%%llvm%%LLVM_LIB_VER%%/include/sanitizer/tsan_interface_atomic.h
 %%COMPILER_RT%%llvm%%LLVM_LIB_VER%%/include/xray/xray_interface.h
-llvm%%LLVM_LIB_VER%%/include/xray/xray_log_interface.h
+%%COMPILER_RT%%llvm%%LLVM_LIB_VER%%/include/xray/xray_log_interface.h
 llvm%%LLVM_LIB_VER%%/lib/BugpointPasses.so
 llvm%%LLVM_LIB_VER%%/lib/LLVMHello.so
 %%GOLD%%llvm%%LLVM_LIB_VER%%/lib/LLVMgold.so


More information about the svn-ports-all mailing list