Sha256: 6bc3afccd99278398acaef0e6222f0cba6610c65772a7287d52df96d123a9a4e
Contents?: true
Size: 369 Bytes
Versions: 30
Compression:
Stored size: 369 Bytes
Contents
module Libv8 module Compiler class AppleLLVM < Clang LLVM_VERSION_REGEXP = /Apple LLVM version (\d+\.\d+(\.\d+)*) \(/i REQUIRED_VERSION = '4.3' def name 'Apple LLVM' end private def required_version REQUIRED_VERSION end def version_regexp LLVM_VERSION_REGEXP end end end end
Version data entries
30 entries across 30 versions & 1 rubygems