Revert "[libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked."
This causes binaries linked with this runtime to crash on startup if dlsym uses any of the intercepted functions. (For example, that happens when using tcmalloc as the allocator: dlsym attempts to allocate memory with malloc, and tcmalloc uses strncmp within its implementation.) Also revert dependent commit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." This reverts commit f78d9fce and 12d1124c.
Loading