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
-fno-semantic-interposition via https://reviews.llvm.org/D102453 should be enabled now by default IIUC, but IIRC -Bsymbolic-functions got reverted (cc @MaskRay ). I'm curious if these make a difference once statically linking though (#150 )
The text was updated successfully, but these errors were encountered:
-Bsymbolic-functions for libLLVM-13git.so and libclang-cpp.so was re-committed in https://reviews.llvm.org/D102090. -Bsymbolic-functions is ignored when linking an executable.
-fno-semantic-interposition was committed separately today https://reviews.llvm.org/D102453. Most files are compiled with -fPIC and they get pessimization when compiled by GCC. -fno-semantic-interposition reclaims the lost performance.
ELF platforms get the benefits automatically, no need for additional CMake options.
-fno-semantic-interposition via https://reviews.llvm.org/D102453 should be enabled now by default IIUC, but IIRC
-Bsymbolic-functions
got reverted (cc @MaskRay ). I'm curious if these make a difference once statically linking though (#150 )The text was updated successfully, but these errors were encountered: