summaryrefslogtreecommitdiff
path: root/tool/patches/llvm.diff
blob: 0376d8e15091a4dac0a9fbd3ca861e38c11e3991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;