[PATCH] D117144: [CMake][ELF] Disable -fno-semantic-interposition on debug builds

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


MaskRay added a comment.

The exact issue is `-fsanitize=fuzzer-no-link -fno-semantic-interposition -fPIC`. The -O level does not matter.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117144



More information about the llvm-commits mailing list