You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get mysqld.bc. When looking into the compile commands (-DCMAKE_VERBOSE_MAKEFILE=ON), it links many static libraries to generate the mysqld binary where many .a files are included (e.g. libinnobase.a). These libraries are also generated from code of mysql.
ubuntu
18.04go
1.15.15llvm
10.0.0gllvm
install bygo get ...
mysql
8.0.22Steps:
I want to get
mysqld.bc
. When looking into the compile commands (-DCMAKE_VERBOSE_MAKEFILE=ON
), it links many static libraries to generate themysqld
binary where many.a
files are included (e.g.libinnobase.a
). These libraries are also generated from code of mysql.The linking command of
mysqld
:Question
So would
gllvm
also include functions, variables, and other things in those.a
files?Thanks!
The text was updated successfully, but these errors were encountered: