Sha256: 82cad4d2587fe0423e16ce70a96297ea9b359ca4ba9042bcb61c8ae58992bc90

Contents?: true

Size: 245 Bytes

Versions: 11

Compression:

Stored size: 245 Bytes

Contents

module Libv8
  module Compiler
    class Clang < GenericCompiler
      VERSION_REGEXP = /clang version (\d+\.\d+(\.\d+)*) \(/i

      def name
        'clang'
      end

      def compatible?
        version >= '3.1'
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
libv8-tmpfork-3.16.14.13 ext/libv8/compiler/clang.rb
libv8-3.16.14.13 ext/libv8/compiler/clang.rb
libv8-3.16.14.12 ext/libv8/compiler/clang.rb
libv8-3.16.14.11 ext/libv8/compiler/clang.rb
libv8-3.16.14.10 ext/libv8/compiler/clang.rb
libv8-3.16.14.8 ext/libv8/compiler/clang.rb
libv8-3.16.14.8.rc1 ext/libv8/compiler/clang.rb
libv8-3.16.14.7 ext/libv8/compiler/clang.rb
libv8-3.16.14.6 ext/libv8/compiler/clang.rb
libv8-3.16.14.5 ext/libv8/compiler/clang.rb
libv8-3.16.14.4 ext/libv8/compiler/clang.rb