aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/ArrayRefTest.cpp
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2015-02-17 11:16:54 +0000
committerWill Newton <will.newton@linaro.org>2015-02-17 11:16:54 +0000
commit8d62e098ef578837ea35416b8b56694397bb3147 (patch)
treed8051ca0239e0df4e76c6fb5f5e097cddf39459d /llvm/unittests/ADT/ArrayRefTest.cpp
parent699631298ed4324225011b1e26f9bf5c3ba9aa3b (diff)
downloadllvm-8d62e098ef578837ea35416b8b56694397bb3147.zip
llvm-8d62e098ef578837ea35416b8b56694397bb3147.tar.gz
llvm-8d62e098ef578837ea35416b8b56694397bb3147.tar.bz2
Fix AArhc64 ELF test failure on Windows
The atoms may be processed in different orders on different systems based on allocated addresses. This is a bit unfortunate as it would be nice to have error messages emitted in order of file contents. However we are emitting errors inside a parallel_for_each so even if we stabilize the order of atom processing we would need to do some further work in order to ensure that thread scheduling doesn't perturb the order of errors. For now switch to using CHECK-DAG instead of CHECK. llvm-svn: 229487
Diffstat (limited to 'llvm/unittests/ADT/ArrayRefTest.cpp')
0 files changed, 0 insertions, 0 deletions