diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
commit | aef5472d832fb0e83e624316fe1d2ab45ddf315d (patch) | |
tree | 5dd7a5d10ff5e646cbcbf5c84cdc3931873bd35c /devel/llvm37/files/compiler-rt-patch-svn-249051 | |
parent | Remove files/patch-armv6-hf-support since armv6hf no longer exists as (diff) |
Actually remove llvm37 and clang37
Reported by: jbeich
Pointy hat to: bapt
Notes
Notes:
svn path=/head/; revision=437436
Diffstat (limited to 'devel/llvm37/files/compiler-rt-patch-svn-249051')
-rw-r--r-- | devel/llvm37/files/compiler-rt-patch-svn-249051 | 18 |
1 files changed, 0 insertions, 18 deletions
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(' *;') |