Details
Details
- Reviewers
xur ruiu • espindola
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 26235 Build 26234: arc lint + arc unit
Event Timeline
Comment Actions
That doesn't work -- you always want to add symbols again after LTO to override existing bitcode symbols with real symbols, so you don't want to guard bitcode symbols with the same set of strings.
Comment Actions
Yes, unless you're guaranteed that none of the object files will contain any comdats (and I don't believe that the backend makes anything near this guarantee right now), you're going to end up dropping "real" definitions on the floor with this.