Class: LLDB::BuildDiscovery::Candidate

Inherits:
Struct
  • Object
show all
Defined in:
ext/lldb/discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#include_dirObject

Returns the value of attribute include_dir

Returns:

  • (Object)

    the current value of include_dir



7
8
9
# File 'ext/lldb/discovery.rb', line 7

def include_dir
  @include_dir
end

#lib_dirObject

Returns the value of attribute lib_dir

Returns:

  • (Object)

    the current value of lib_dir



7
8
9
# File 'ext/lldb/discovery.rb', line 7

def lib_dir
  @lib_dir
end

#llvm_configObject

Returns the value of attribute llvm_config

Returns:

  • (Object)

    the current value of llvm_config



7
8
9
# File 'ext/lldb/discovery.rb', line 7

def llvm_config
  @llvm_config
end