diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-01 16:18:16 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-01 16:18:16 +0000 |
commit | 286d466097d445b66be8453596fd3e128e37dc9a (patch) | |
tree | ac9da4971098ec997885eefcf78efc64474f20be /llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h | |
parent | 4828151635b421159df7dcc60bbfd0b0fb17aaf4 (diff) | |
download | bcm5719-llvm-286d466097d445b66be8453596fd3e128e37dc9a.tar.gz bcm5719-llvm-286d466097d445b66be8453596fd3e128e37dc9a.zip |
[AsmPrinter] Hide implementation details
NFC.
llvm-svn: 241169
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h index c66d141837d..a5b399f7370 100644 --- a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h +++ b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h @@ -29,7 +29,7 @@ namespace llvm { /// \brief Collects and handles line tables information in a CodeView format. -class WinCodeViewLineTables : public AsmPrinterHandler { +class LLVM_LIBRARY_VISIBILITY WinCodeViewLineTables : public AsmPrinterHandler { AsmPrinter *Asm; DebugLoc PrevInstLoc; |