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:
cf9668f
)
Set the jt section
author
Chris Lattner
<sabre@nondot.org>
Fri, 6 Oct 2006 22:52:33 +0000
(22:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 6 Oct 2006 22:52:33 +0000
(22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30781
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
index f9e4c4e67f29dcbfa713fcc842c02a424a813ee2..80ccd3122c9773666cd190a4f42b9750d245a25e 100644
(file)
--- a/
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
+++ b/
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
@@
-19,4
+19,5
@@
AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
AlignmentIsInBytes = false;
PrivateGlobalPrefix = "$";
JumpTableDirective = ".gprel32";
+ JumpTableDataSection = "\t.section .rodata\n";
}