The goal is to have 'ninja check' passing even if the X86 backend is
not built.
Details
Details
- Reviewers
mehdi_amini
Diff Detail
Diff Detail
Event Timeline
test/lit.cfg | ||
---|---|---|
340 | Interesting, target_triple seems to be set (in cmake) to LLVM_HOST_TRIPLE (unless explicitly set), without caring about the backends being compiled. Should we change the target_triple logic instead of this, though? What's the value of "target_triple" when we don't have the current target selected? Is that value appropriate? |
Interesting, target_triple seems to be set (in cmake) to LLVM_HOST_TRIPLE (unless explicitly set), without caring about the backends being compiled.
Should we change the target_triple logic instead of this, though?
What's the value of "target_triple" when we don't have the current target selected? Is that value appropriate?