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

Version Path
libv8-6.3.292.48.1 ext/libv8/compiler/apple_llvm.rb
libv8-6.3.292.48.0 ext/libv8/compiler/apple_llvm.rb
libv8-6.3.292.48.0beta2 ext/libv8/compiler/apple_llvm.rb
libv8-6.3.292.48.0beta1 ext/libv8/compiler/apple_llvm.rb
libv8-6.2.414.42.1 ext/libv8/compiler/apple_llvm.rb
libv8-6.2.414.42.0 ext/libv8/compiler/apple_llvm.rb
libv8-6.2.414.42.0beta1 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.3 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.2 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.1 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.0 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.0beta2 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.54.0beta1 ext/libv8/compiler/apple_llvm.rb
libv8-6.0.286.44.0beta1 ext/libv8/compiler/apple_llvm.rb
libv8-5.9.211.38.1 ext/libv8/compiler/apple_llvm.rb
libv8-5.9.211.38.0 ext/libv8/compiler/apple_llvm.rb
libv8-5.9.211.38.0beta0 ext/libv8/compiler/apple_llvm.rb
libv8-5.7.492.65.1 ext/libv8/compiler/apple_llvm.rb
libv8-5.7.492.65.0 ext/libv8/compiler/apple_llvm.rb
libv8-5.7.492.65.0beta1 ext/libv8/compiler/apple_llvm.rb