Hi Guys,
I am trying to create a static lib(monolith) for v8 11.3(11.3.244.12-pgo)
but while doing so I see below error in mksnapshot:
*[1424/1433] LINK ./mksnapshot*
FAILED: mksnapshot mksnapshot.dSYM/Contents/Info.plist
mksnapshot.dSYM/Contents/Resources/DWARF/mksnapshot
TOOL_VERSION=169048
Found a workaround to create static file successfully but I am not sure if
this is a valid method:
I found that removing use_custom_libcxx=false gn args created the static
successfully. In the documentation I read that use_custom_libcxx is used to
use c++ library present in buildTools. My System