From aef5472d832fb0e83e624316fe1d2ab45ddf315d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 1 Apr 2017 13:29:14 +0000 Subject: Actually remove llvm37 and clang37 Reported by: jbeich Pointy hat to: bapt --- devel/llvm37/files/compiler-rt-patch-svn-249051 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devel/llvm37/files/compiler-rt-patch-svn-249051 (limited to 'devel/llvm37/files/compiler-rt-patch-svn-249051') diff --git a/devel/llvm37/files/compiler-rt-patch-svn-249051 b/devel/llvm37/files/compiler-rt-patch-svn-249051 deleted file mode 100644 index 0ecc2dfd3c30..000000000000 --- a/devel/llvm37/files/compiler-rt-patch-svn-249051 +++ /dev/null @@ -1,18 +0,0 @@ ------------------------------------------------------------------------- -r249051 | eugenis | 2015-10-01 18:27:28 +0000 (Thu, 01 Oct 2015) | 1 line - -[asan] Tweak gen_dynamic_list.py to work with both Py2 and Py3. ------------------------------------------------------------------------- -Index: lib/sanitizer_common/scripts/gen_dynamic_list.py -=================================================================== ---- tools/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py (revision 249050) -+++ tools/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py (revision 249051) -@@ -100,7 +100,7 @@ - print('global:') - result.sort() - for f in result: -- print(' ' + f.encode('utf-8') + ';') -+ print(u' %s;' % f) - if args.version_list: - print('local:') - print(' *;') -- cgit v1.2.3