Let keep llvm-as "dumb": it converts textual IR to bitcode.
We'll add back summary in llvm-as if we get to a textual
representation for it at some point. In the meantime, opt seems
like a better place for that.
Details
Details
- Reviewers
tejohnson - Commits
- rG68da426eeaea: Move summary creation out of llvm-as into opt
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Update CMakelist.txt and LLVMBUILD.txt to remove the dependency from llvm-as to libLLVMAnalysis
Comment Actions
One fix needed (looks like an unintended change noted below)?
Let me know if you want me to run the gold tests before submitting, but I think it looks pretty straightforward.
include/llvm/ExecutionEngine/ExecutionEngine.h | ||
---|---|---|
568 | Inadvertent change? |
include/llvm/ExecutionEngine/ExecutionEngine.h | ||
---|---|---|
568 | Looks like this change wasn't removed before submit in r266131. |
Inadvertent change?