Ignore:
Timestamp:
Jan 4, 2016, 8:09:15 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

JSC generator scripts shouldn't have verbose output
https://bugs.webkit.org/show_bug.cgi?id=152382

Reviewed by Michael Catanzaro.

  • b3/air/opcode_generator.rb:
  • generate-bytecode-files:
  • offlineasm/asm.rb:
  • offlineasm/generate_offset_extractor.rb:
  • offlineasm/parser.rb:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/asm.rb

    r170428 r194531  
    283283outputFlnm = ARGV.shift
    284284
    285 $stderr.puts "offlineasm: Parsing #{asmFile} and #{offsetsFile} and creating assembly file #{outputFlnm}."
    286 
    287285begin
    288286    configurationList = offsetsAndConfigurationIndex(offsetsFile)
     
    336334    }
    337335}
    338 
    339 $stderr.puts "offlineasm: Assembly file #{outputFlnm} successfully generated."
    340 
Note: See TracChangeset for help on using the changeset viewer.