summaryrefslogtreecommitdiff
path: root/testing/llvm/clang-plugin-loader-registry.patch
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
commitcc66c2ff866631ece4d699b041f83444988e8ad2 (patch)
treef62461cced2b9808ba2ffb42d7bcc11c57accd00 /testing/llvm/clang-plugin-loader-registry.patch
parent437136a9d1b78ff4eea10589099d343c305b9d43 (diff)
Removing unused repos
Diffstat (limited to 'testing/llvm/clang-plugin-loader-registry.patch')
-rw-r--r--testing/llvm/clang-plugin-loader-registry.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/llvm/clang-plugin-loader-registry.patch b/testing/llvm/clang-plugin-loader-registry.patch
deleted file mode 100644
index f46eb9fce..000000000
--- a/testing/llvm/clang-plugin-loader-registry.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -upr llvm-2.7.orig/autoconf/ExportMap.map llvm-2.7/autoconf/ExportMap.map
---- llvm-2.7.orig/autoconf/ExportMap.map 2010-02-25 00:33:41.000000000 +0200
-+++ llvm-2.7/autoconf/ExportMap.map 2010-05-10 14:14:22.000000000 +0300
-@@ -2,6 +2,7 @@
- global: main;
- __progname;
- environ;
-+ _ZN4llvm8RegistryIN5clang14FrontendActionENS_14RegistryTraitsIS2_EEE4HeadE;
-
- local: *;
- };