diff options
Diffstat (limited to 'include/llvm/IR/Mangler.h')
-rw-r--r-- | include/llvm/IR/Mangler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/IR/Mangler.h b/include/llvm/IR/Mangler.h index 0eb91a3b0600..56ee21392ccd 100644 --- a/include/llvm/IR/Mangler.h +++ b/include/llvm/IR/Mangler.h @@ -21,6 +21,7 @@ namespace llvm { class DataLayout; template <typename T> class SmallVectorImpl; +class Triple; class Twine; class raw_ostream; @@ -46,6 +47,9 @@ public: const Twine &GVName, const DataLayout &DL); }; +void emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV, + const Triple &TT, Mangler &Mangler); + } // End llvm namespace #endif |