Sha256: 1aec67000f78ab6b2d11ef1dd5ae5e605c1bf7bd483b74f6c96f721d6c29cdfc
Contents?: true
Size: 353 Bytes
Versions: 20
Compression:
Stored size: 353 Bytes
Contents
module Libv8 module Compiler class AppleLLVM < Clang LLVM_VERSION_REGEXP = /Apple LLVM version (\d+\.\d+(\.\d+)*) \(/i def name 'Apple LLVM' end def compatible? version >= '4.3' unless version.nil? end private def version_regexp LLVM_VERSION_REGEXP end end end end
Version data entries
20 entries across 20 versions & 2 rubygems