Changeset 269171 in webkit for trunk/Source/JavaScriptCore/offlineasm/asm.rb
- Timestamp:
- Oct 29, 2020, 2:38:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/asm.rb
r264616 r269171 332 332 offsetsFile = ARGV.shift 333 333 outputFlnm = ARGV.shift 334 variants = ARGV.shift.split(/[,\s]+/) 334 335 335 336 $options = {} … … 343 344 344 345 begin 345 configurationList = offsetsAndConfigurationIndex (offsetsFile)346 configurationList = offsetsAndConfigurationIndexForVariants(offsetsFile, variants) 346 347 rescue MissingMagicValuesException 347 348 $stderr.puts "offlineasm: No magic values found. Skipping assembly file generation."
Note:
See TracChangeset
for help on using the changeset viewer.