This fixes CodeGen/x86_64-instrument-functions.c when running under the new pass manager. The pass should go before any other pass to prevent __cyg_profile_func_enter/exit() from not being emitted by inlined functions.
Details
Details
- Reviewers
chandlerc phosek echristo serge-sans-paille - Commits
- rGb206513e459b: [clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipeline
rC363969: [clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipeline
rL363969: [clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipeline
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo