summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Fix for split dwarf test on Windows (NFC)Andrew Ng2018-04-201-1/+1
| | | | | | | | | On Windows, %llc_dwarf automatically adds -mtriple causing this test to error. Changed %llc_dwarf to llc. Differential Revision: https://reviews.llvm.org/D45869 llvm-svn: 330414
* Fix macosx build broken by r330249Pavel Labath2018-04-181-0/+41
It seems llc crashes when targetting darwin with split-dwarf (pr37164). This happens on all inputs, not just the one I added in the above commit. Work around the issue by hardcoding the target triple to linux, which is what all split-dwarf tests seem to be doing. As I don't know of a way to specify the os part of the triple without spelling out the architecture as well, I move the new test to the X86 folder. llvm-svn: 330265
OpenPOWER on IntegriCloud