Commit bae3254
committed
Fix buildbot failure due to triple normalization issues
We have been seeing buildbot failures due to #122629
I posted #135571 to update the
triple normalization logic, but that patch hasn't gotten any traction.
So in this patch I am updating the lit config to use triple from clang's
output for `%itanium_abi_triple` substitution, instead of relying on
`self.config.target_triple` which might not be in a canonical form.
Buildbot failure example: https://lab.llvm.org/buildbot/#/builders/40
Change-Id: Ib9c3425fddac45d7468fad20929fd29358a55e1b1 parent ad5b3e0 commit bae3254
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
678 | 682 | | |
679 | 683 | | |
680 | 684 | | |
| |||
0 commit comments