diff options
author | Duncan Sands <baldrick@free.fr> | 2010-05-11 20:16:09 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-05-11 20:16:09 +0000 |
commit | 87177829e96ec9552c8a426fffd40a3090e515e5 (patch) | |
tree | 714b8f3a0263725071bbe039d871271b2859270a /lib/Target/MSP430 | |
parent | 11a61bd7a6fdba4028c733921cbd7c883d8ba90f (diff) | |
download | external_llvm-87177829e96ec9552c8a426fffd40a3090e515e5.zip external_llvm-87177829e96ec9552c8a426fffd40a3090e515e5.tar.gz external_llvm-87177829e96ec9552c8a426fffd40a3090e515e5.tar.bz2 |
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
to LLVM_LIBRARY_VISIBILITY and introduce LLVM_GLOBAL_VISIBILITY, which is
the opposite, for future use by dragonegg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r-- | lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h b/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h index f9620e8..e937696 100644 --- a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h +++ b/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h @@ -26,7 +26,7 @@ namespace llvm { /// MSP430MCInstLower - This class is used to lower an MachineInstr /// into an MCInst. -class VISIBILITY_HIDDEN MSP430MCInstLower { +class LLVM_LIBRARY_VISIBILITY MSP430MCInstLower { MCContext &Ctx; Mangler &Mang; |