Egor Pasko cab81dd038
[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines (#92171)
Move EntryExitInstrumenter(PostInlining=true) to as late as possible and
EntryExitInstrumenter(PostInlining=false) to an early pre-inlining stage
(but skip for ThinLTO post-link).

This should fix the issues reported in
https://github.com/rust-lang/rust/issues/92109 and
https://github.com/llvm/llvm-project/issues/52853. These are caused
by https://reviews.llvm.org/D97608.
2024-05-31 12:48:45 -07:00
..
2022-09-26 11:31:23 +01:00
2022-10-02 11:51:08 +01:00
2024-05-14 16:36:39 +01:00
2024-02-01 11:42:18 +00:00
2021-11-21 18:33:29 +00:00
2022-11-02 22:34:05 +00:00