mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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
This commit is contained in:
@@ -32,7 +32,7 @@ namespace llvm {
|
||||
/// involves promoting small sizes to large sizes or splitting up large values
|
||||
/// into small values.
|
||||
///
|
||||
class VISIBILITY_HIDDEN DAGTypeLegalizer {
|
||||
class LLVM_LIBRARY_VISIBILITY DAGTypeLegalizer {
|
||||
const TargetLowering &TLI;
|
||||
SelectionDAG &DAG;
|
||||
public:
|
||||
|
@@ -4944,7 +4944,7 @@ isAllocatableRegister(unsigned Reg, MachineFunction &MF,
|
||||
namespace llvm {
|
||||
/// AsmOperandInfo - This contains information for each constraint that we are
|
||||
/// lowering.
|
||||
class VISIBILITY_HIDDEN SDISelAsmOperandInfo :
|
||||
class LLVM_LIBRARY_VISIBILITY SDISelAsmOperandInfo :
|
||||
public TargetLowering::AsmOperandInfo {
|
||||
public:
|
||||
/// CallOperand - If this is the result output operand or a clobber
|
||||
|
Reference in New Issue
Block a user