summaryrefslogtreecommitdiff
path: root/tool/patches/llvm.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tool/patches/llvm.diff')
-rw-r--r--tool/patches/llvm.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/tool/patches/llvm.diff b/tool/patches/llvm.diff
deleted file mode 100644
index 0376d8e15..000000000
--- a/tool/patches/llvm.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lib/Target/ARM/ARMTargetAsmInfo.cpp
-===================================================================
---- lib/Target/ARM/ARMTargetAsmInfo.cpp (revision 47904)
-+++ lib/Target/ARM/ARMTargetAsmInfo.cpp (working copy)
-@@ -49,7 +49,7 @@
- PrivateGlobalPrefix = "L";
- BSSSection = 0; // no BSS section.
- ZeroFillDirective = "\t.zerofill\t"; // Uses .zerofill
-- SetDirective = "\t.set";
-+ SetDirective = "\t.set\t";
- WeakRefDirective = "\t.weak_reference\t";
- HiddenDirective = "\t.private_extern\t";
- ProtectedDirective = NULL;