[test] Fix tests when run on windows after SVN r369426. NFC.
authorMartin Storsjo <martin@martin.st>
Tue, 20 Aug 2019 20:58:02 +0000 (20:58 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 20 Aug 2019 20:58:02 +0000 (20:58 +0000)
commit100957153a91bc8f69b9abbede29612667c8e5a8
treed83f92e51bab9291894031bbb635b57795681f4a
parentb0a7544ee2e369eb34be2e2c33f56d1170b6bde3
[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.

llvm-svn: 369443
llvm/test/CodeGen/AMDGPU/propagate-attributes-bitcast-function.ll
llvm/test/CodeGen/AMDGPU/propagate-attributes-clone.ll
llvm/test/CodeGen/AMDGPU/propagate-attributes-single-set.ll
llvm/test/CodeGen/Hexagon/pic-jt-big.ll
llvm/test/CodeGen/Hexagon/pic-sdata.ll
llvm/test/CodeGen/SPARC/tls.ll