diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-20 18:04:14 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-20 18:04:14 +0000 |
commit | 9f90e8760fda131db8311f976c6bbeb66abbaa05 (patch) | |
tree | 7453533a0656f6effd1f2ef12a9e3b5d5dcc0669 /include/llvm/Analysis/DIBuilder.h | |
parent | 9bb40853eeef1d11b626bdc58e00121e35187866 (diff) | |
download | external_llvm-9f90e8760fda131db8311f976c6bbeb66abbaa05.tar.gz external_llvm-9f90e8760fda131db8311f976c6bbeb66abbaa05.tar.bz2 external_llvm-9f90e8760fda131db8311f976c6bbeb66abbaa05.zip |
Add support for runtime languages on our forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DIBuilder.h')
-rw-r--r-- | include/llvm/Analysis/DIBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DIBuilder.h b/include/llvm/Analysis/DIBuilder.h index 3785fa8c38..5190f0a831 100644 --- a/include/llvm/Analysis/DIBuilder.h +++ b/include/llvm/Analysis/DIBuilder.h @@ -343,7 +343,7 @@ namespace llvm { /// createForwardDecl - Create a temporary forward-declared type. DIType createForwardDecl(unsigned Tag, StringRef Name, DIFile F, - unsigned Line); + unsigned Line, unsigned RuntimeLang = 0); /// retainType - Retain DIType in a module even if it is not referenced /// through debug info anchors. |