Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
While the change itself looks good to me, this test is for linux (REQUIRES: x86_64-linux). Is there some motivation for this change?
Comment Actions
While the change itself looks good to me, this test is for linux (REQUIRES: x86_64-linux). Is there some motivation for this change?
If you build a Windows LLVM toolchain that targets x86_64-linux by default (i.e. cross compilation for Linux on Windows), then this test will be run.
Thanks for the review.