[PATCH] D102453: [CMake][ELF] Add -fno-semantic-interposition for GCC and Clang>=13

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 21:54:51 PST 2022


MaskRay added a comment.

We need to understand the precise condition and exclude the exact case.

OK, I can reproduce now. I think the issue is the combination of -fsanitize=fuzzer-no-link -fPIC -fno-semantic-interposition (`-DLLVM_USE_SANITIZE_COVERAGE=ON`). We can move the discussion to D117144 <https://reviews.llvm.org/D117144>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102453/new/

https://reviews.llvm.org/D102453



More information about the llvm-commits mailing list