aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-14 06:27:21 +0000
committerChris Lattner <sabre@nondot.org>2007-01-14 06:27:21 +0000
commit9784bc73c35ab4f6e79dd10804e7e1ed3b5bd3fa (patch)
tree24d23d08ad52a64458d6c2db64f2326722bf423f /lib/Target/TargetAsmInfo.cpp
parent5b3a48d853a6d065707744bb0eaf582fd1d4d808 (diff)
add a new HiddenDirective member for handling visibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index 8b818fb3ea..c2f3e03436 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -62,6 +62,7 @@ TargetAsmInfo::TargetAsmInfo() :
HasDotTypeDotSizeDirective(true),
UsedDirective(0),
WeakRefDirective(0),
+ HiddenDirective("\t.hidden\t"),
HasLEB128(false),
HasDotLoc(false),
HasDotFile(false),