Not everything is X86 :-P
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel | ||
---|---|---|
2356–2359 | I'm confused why we need to condition on whether the *host* is x86? This may be obvious from the error you're fixing, but I think it would need some kind of comment here. We don't condition the x86 assembler or disassembler on the host architecture... |
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel | ||
---|---|---|
2356–2359 | Ah you're totally right. This select was present in our internal config and I thought it was there for good reason, but apparently not. I've removed it there. Thanks for catching this :-) |
I'm confused why we need to condition on whether the *host* is x86?
This may be obvious from the error you're fixing, but I think it would need some kind of comment here. We don't condition the x86 assembler or disassembler on the host architecture...