Most tools accept .ll or .bc inputs interchangably, but some don't.
Default to writing temporary files that match the input. This
will also aid reducing deserialization bugs.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I was thinking I could have use llvm-as / llvm-dis as the test program. It would be less annoying if the exit code wasn't inverted like it is