This patch moves BitcodeFile instantiation into createObjectFile.
Previously, we handle bitcode files outside that function and did
not handle for --whole-archive.
Details
Details
- Reviewers
• rafael
Diff Detail
Diff Detail
Event Timeline
ELF/InputFiles.cpp | ||
---|---|---|
459 | I would prefer to keep this as std::unique_ptr and use std::move on the caller. |
I would prefer to keep this as std::unique_ptr and use std::move on the caller.