Class: Libv8::Compiler::AppleLLVM

Inherits:
Clang show all
Defined in:
ext/libv8/compiler/apple_llvm.rb

Constant Summary collapse

LLVM_VERSION_REGEXP =
/Apple LLVM version (\d+\.\d+(\.\d+)*) \(/i
REQUIRED_VERSION =
'4.3'

Constants inherited from Clang

Clang::CLANG_VERSION_REGEXP

Constants inherited from GenericCompiler

GenericCompiler::GENERIC_TARGET_REGEXP, GenericCompiler::GENERIC_VERSION_REGEXP

Instance Method Summary collapse

Methods inherited from GenericCompiler

#call, #compatible?, #initialize, #target, #to_s, #version

Constructor Details

This class inherits a constructor from Libv8::Compiler::GenericCompiler

Instance Method Details

#nameObject



7
8
9
# File 'ext/libv8/compiler/apple_llvm.rb', line 7

def name
  'Apple LLVM'
end