[PATCH] D105453: [mlir][SystemZ] Disable `-fno-semantic-interposition` option.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 16:19:13 PDT 2021


MaskRay added a comment.

It'd be good to know which gcc bug this is.

Perhaps just exclude SystemZ for all configurations, instead of checking `"mlir" IN_LIST LLVM_ENABLE_PROJECTS`.

We generally still want -fno-semantic-interposition because gcc -fno-semantic-interposition built clang can be 3% faster on benchmarks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105453



More information about the llvm-commits mailing list