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:
de0cea7
)
Allow the AsmInfo to query for the compact unwind section.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 23 Jun 2011 00:23:04 +0000
(
00:23
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 23 Jun 2011 00:23:04 +0000
(
00:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133670
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetAsmInfo.h
b/include/llvm/Target/TargetAsmInfo.h
index ad44ada1f86fa5c25519fb4e9aeaf05f3a23ad47..1dc725a89336bb6f1de025283670fe0172bebabe 100644
(file)
--- a/
include/llvm/Target/TargetAsmInfo.h
+++ b/
include/llvm/Target/TargetAsmInfo.h
@@
-59,6
+59,10
@@
public:
return TLOF->getEHFrameSection();
}
+ const MCSection *getCompactUnwindSection() const {
+ return TLOF->getCompactUnwindSection();
+ }
+
const MCSection *getDwarfFrameSection() const {
return TLOF->getDwarfFrameSection();
}