Commit Graph

2 Commits

Author SHA1 Message Date
Saleem Abdulrasool
1782cf0386 test: repair windows builder after #32429
The test was overly strict in checking the IR, loosen the test
appropriately.
2020-07-07 22:27:57 +00:00
Yuta Saito
20bc0af42b [LTO] Support LLVM LTO for IRGen and frontend
This commit adds -lto flag for frontend to enable LTO at LLVM level.
When -lto=llvm given, compiler emits LLVM bitcode file instead of object
file and adds index summary for LTO.
In addition for ELF format, emit llvm.dependent-libraries section to
embed auto linking information
2020-07-01 23:30:58 +00:00