[test] Fix tests when run on windows after SVN r369426. NFC.
commit2d1bb3817fc77439507e12232078e4efc95075bf
authorMartin Storsjo <martin@martin.st>
Tue, 20 Aug 2019 20:58:02 +0000 (20 20:58 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 20 Aug 2019 20:58:02 +0000 (20 20:58 +0000)
tree335c54738081903bfb7b47bac79066db1ca5f1d6
parent35a6ef8d30c7d24dd9a2d30a3e7475ee1c4d1663
[test] Fix tests when run on windows after SVN r369426. NFC.

When running tests on windows, invoking "llc -march=<arch>" will
implicitly use windows as the target os, making these tests misbehave
after this change.

Fix the issue by using more specific -mtriple values instead of plain
-march in these tests.

This should hopefully fix buildbot failures like
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/9816.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369443 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AMDGPU/propagate-attributes-bitcast-function.ll
test/CodeGen/AMDGPU/propagate-attributes-clone.ll
test/CodeGen/AMDGPU/propagate-attributes-single-set.ll
test/CodeGen/Hexagon/pic-jt-big.ll
test/CodeGen/Hexagon/pic-sdata.ll
test/CodeGen/SPARC/tls.ll