Skip to content

Commit 746912c

Browse files
authored
[Audit] Ignore more system libraries (#1196)
1 parent b0f8abb commit 746912c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/auditor/dynamic_linkage.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,15 @@ function should_ignore_lib(lib, ::MachOHandle, platform::AbstractPlatform)
204204
# Frameworks in the SDK
205205
"appkit",
206206
"cocoa",
207+
"coreaudio",
207208
"corefoundation",
209+
"coremidi",
208210
"coreservices",
209211
"foundation",
210212
"iokit",
211213
"metal",
212214
"metalkit",
215+
"opencl",
213216
"quartzcore",
214217
"security",
215218
"systemconfiguration",

0 commit comments

Comments
 (0)