diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-06 16:02:52 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-06 16:02:52 +0000 |
commit | 6a40bcb83f2b7d1bfe60ff9b0f0445de4303f30b (patch) | |
tree | 1f69b39f8e3b953b0bb8da76ccbb01117cf916d8 /tool/patches/llvm.diff | |
parent | 659074a945f430c7c63c6314dde2882668b48907 (diff) |
Moved new toolchain patches to the right folder.
git-svn-id: http://svn.telesphoreo.org/trunk@158 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/llvm.diff')
-rw-r--r-- | tool/patches/llvm.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/patches/llvm.diff b/tool/patches/llvm.diff new file mode 100644 index 000000000..0376d8e15 --- /dev/null +++ b/tool/patches/llvm.diff @@ -0,0 +1,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; |