projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f83fc8
)
Add \t after .set. Fix by Jay Freeman.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 24 Mar 2008 23:36:49 +0000
(23:36 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 24 Mar 2008 23:36:49 +0000
(23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48753
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMTargetAsmInfo.cpp
b/lib/Target/ARM/ARMTargetAsmInfo.cpp
index 61313c56852863511ee49c062d02885374ad0dd0..3e7b69f9fb0ab84926a93fbe0c0fa8308b76fa66 100644
(file)
--- a/
lib/Target/ARM/ARMTargetAsmInfo.cpp
+++ b/
lib/Target/ARM/ARMTargetAsmInfo.cpp
@@
-49,7
+49,7
@@
ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
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;