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:
6bc191a
)
Darwin HiddenDirective is .private_extern.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 23 Jan 2007 19:06:03 +0000
(19:06 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 23 Jan 2007 19:06:03 +0000
(19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33465
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 8c4acdd8d996dbbc940e1d305f645d32ac41b073..015e83427a8b4fb54443be39cfe5f44c5349bad8 100644
(file)
--- a/
lib/Target/ARM/ARMTargetAsmInfo.cpp
+++ b/
lib/Target/ARM/ARMTargetAsmInfo.cpp
@@
-25,6
+25,7
@@
ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
ZeroFillDirective = "\t.zerofill\t"; // Uses .zerofill
SetDirective = "\t.set";
WeakRefDirective = "\t.weak_reference\t";
+ HiddenDirective = "\t.private_extern\t";
JumpTableDataSection = ".const";
CStringSection = "\t.cstring";
LCOMMDirective = "\t.lcomm\t";