зеркало из https://github.com/github/ruby.git
Exclude entry points
This commit is contained in:
Родитель
46ab4fcf2a
Коммит
d55d0331c7
|
@ -19,6 +19,7 @@ col = Colorize.new
|
|||
config_code = File.read(config)
|
||||
REPLACE = config_code.scan(/\bAC_(?:REPLACE|CHECK)_FUNCS?\(\K\w+/)
|
||||
REPLACE << 'memcmp' if /\bAC_FUNC_MEMCMP\b/ =~ config_code
|
||||
REPLACE.push('main', 'DllMain')
|
||||
print "Checking leaked global symbols..."
|
||||
STDOUT.flush
|
||||
IO.foreach("|#{NM} -Pgp #{ARGV.join(' ')}") do |line|
|
||||
|
|
Загрузка…
Ссылка в новой задаче