summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/pic-sdata.ll
Commit message (Collapse)AuthorAgeFilesLines
* [test] Fix tests when run on windows after SVN r369426. NFC.Martin Storsjo2019-08-201-2/+2
| | | | | | | | | | | | | | 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
* [Hexagon] Make sure not to use GP-relative addressing with PICKrzysztof Parzyszek2018-10-311-0/+37
Make sure that -relocation-model=pic prevents use of GP-relative addressing modes. llvm-svn: 345731
OpenPOWER on IntegriCloud