[all-commits] [llvm/llvm-project] eb4c75: [Matrix] Pass darwin tripe to SeamObjc test to fix...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jun 18 05:36:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eb4c758fe4b60ae3779d3e9401d00ee1450ae41b
https://github.com/llvm/llvm-project/commit/eb4c758fe4b60ae3779d3e9401d00ee1450ae41b
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M clang/test/SemaObjC/matrix-type-builtins.m
Log Message:
-----------
[Matrix] Pass darwin tripe to SeamObjc test to fix windows bot failure.
Without the triple, the test fails on a windows bot
(http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/16531/steps/stage%201%20check/logs/stdio)
because of different full type widths (unsigned long long vs unsigned long)
More information about the All-commits
mailing list