ruby-llvm/ruby-llvm

View on GitHub
lib/llvm/transforms/pass_builder.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class PassBuilder has 101 methods (exceeds 100 allowed). Consider refactoring.
Open

  class PassBuilder # rubocop:disable Metrics/ClassLength
    extend FFI::Library
    ffi_lib ["libLLVM-18.so.1", "libLLVM.so.18", "LLVM-18"]

    attr_reader :passes
Severity: Major
Found in lib/llvm/transforms/pass_builder.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status