1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/tools/llvm-symbolizer
Zachary Turner 682320b00d [llvm-symbolizer] Fix coff-dwarf.test
This was a bug in the test that was only exposed as a result of
refactoring some code in lit configuration files.  Previously,
llvm's lit configuration would only set the target-windows feature
if the system was also windows.  Since cross-compilation is
a thing, this isn't correct.  target-windows should be set
independently of system-windows.

Adding to that bug, this particular test then checked for
target-windows when it really meant "can I call a certain API on
the host machine", which is what system-windows is for.

Ultimately, this test only works if *both* the target and host
are Windows, so I've updated the test to reflect that.

llvm-svn: 313468
2017-09-16 19:01:04 +00:00
..
Inputs llvm-symbolizer/print_context.c test: Make debug info path independent 2017-07-30 17:26:34 +00:00
pdb
coff-dwarf.test [llvm-symbolizer] Fix coff-dwarf.test 2017-09-16 19:01:04 +00:00
coff-exports.test
dsym.test
fat.test
padding-x86_64.ll Using address range map to speedup finding inline stack for address. 2017-04-19 20:09:38 +00:00
ppc64.test
print_context.c Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>. 2017-08-20 17:05:22 +00:00
sym-verbose.test Update the test to fix the buildbot failure introduced by r300486 (NFC) 2017-04-17 20:35:32 +00:00
sym.test