Class: Libv8::Compiler::Clang

Inherits:
GenericCompiler show all
Defined in:
ext/libv8/compiler/clang.rb

Direct Known Subclasses

AppleLLVM

Constant Summary collapse

CLANG_VERSION_REGEXP =
/clang version (\d+\.\d+(\.\d+)*) \(/i
REQUIRED_VERSION =
'3.1'

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/clang.rb', line 7

def name
  'clang'
end