This patch propagates the -moutline flag when LTO is enabled and avoids passing it explicitly to the linker plugin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93385
[Driver][MachineOutliner] Support outlining option with LTO ClosedPublic Authored by yroux on Dec 16 2020, 2:26 AM.
Details Summary This patch propagates the -moutline flag when LTO is enabled and avoids passing it explicitly to the linker plugin.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2021, 9:28 AM This revision was landed with ongoing or failed builds.Jan 6 2021, 7:04 AM Closed by commit rG0c41b1c9f93c: [Driver][MachineOutliner] Support outlining option with LTO (authored by yroux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314888 clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/CommonArgs.h
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/arm-machine-outliner.c
|