llvm-project/lld/test/elf/AArch64
Will Newton 8d62e098ef 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
2015-02-17 11:16:54 +00:00
..
Inputs
defsym.test ELF: Don't use LayoutPass. 2015-01-31 02:05:01 +00:00
dontignorezerosize-sections.test
dynlib-nointerp-section.test
initfini.test
rel-abs32-overflow.test Fix AArhc64 ELF test failure on Windows 2015-02-17 11:16:54 +00:00
rel-abs32.test ELF/AArch64: Add a test for R_AARCH64_ABS32 2014-12-11 12:37:35 +00:00
rel-abs64.test ELF/AArch64: Add a test for R_AARCH64_ABS64 2014-12-11 12:36:58 +00:00
rel-bad.test