I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
authorDuncan Sands <baldrick@free.fr>
Tue, 11 May 2010 20:16:09 +0000 (20:16 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 11 May 2010 20:16:09 +0000 (20:16 +0000)
commit16d8f8bd919b72866e687d99f3aa94a140137c59
tree714b8f3a0263725071bbe039d871271b2859270a
parent124b55ddedb46d087c261f8ef84d2382a399315b
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
13 files changed:
docs/GarbageCollection.html
include/llvm/Support/Compiler.h
lib/CodeGen/ScheduleDAGInstrs.h
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/ARM/AsmPrinter/ARMMCInstLower.h
lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
lib/Target/PIC16/PIC16ISelDAGToDAG.h
lib/Target/X86/AsmPrinter/X86AsmPrinter.h
lib/Target/X86/AsmPrinter/X86MCInstLower.h
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineWorklist.h