Original patch by Kyungwoo Lee <kyulee@microsoft.com>
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I can prepare one.
I am thinking about a test that uses mllvm to forward -time-passes, similarly to what ELF/lto/timepasses.ll does.
Would that be ok for you ?
Comment Actions
Added test case for mllvm option.
My original idea was to test mllvm using the -time-passes option.
It turns out that lld-link does not perfom a full shutdown (and there is no -full-shutdown option available) when exiting.
So I opted for passing -debug-pass=Arguments and checking for the output string: "Pass Arguments:".