[PATCH] D124105: [ELF] Support -plugin-opt=stats-file=
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 15:53:01 PDT 2022
arichardson added a comment.
In D124105#3501748 <https://reviews.llvm.org/D124105#3501748>, @dyung wrote:
> @MTC @arichardson The test stats-file-option.ll that is now enabled after this commit seems to fail if X86 is not one of the built targets. Can the test be rewritten to now require that, or an appropriate REQUIRES line added?
This is a missing `# REQUIRES: x86`. The test wasn't being run before due to the asserts feature not being valid. I will commit the missing requires first thing tomorrow morning unless someone else beats me to it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124105/new/
https://reviews.llvm.org/D124105
More information about the llvm-commits
mailing list