[all-commits] [llvm/llvm-project] a1c338: DebugInfo: Fix convert-loclist.ll Split DWARF vari...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Feb 4 19:05:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1c338d70b9be7b5c6f9e16a325d692e8f439172
https://github.com/llvm/llvm-project/commit/a1c338d70b9be7b5c6f9e16a325d692e8f439172
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/test/DebugInfo/X86/convert-loclist.ll
Log Message:
-----------
DebugInfo: Fix convert-loclist.ll Split DWARF variant to use a hardcoded triple
Since we don't support Split DWARF emission on non-ELF formats, hardcode
an elfine triple (we don't have a way to ask for "any ELF triple" it
seems, so hardcoded will have to do)
More information about the All-commits
mailing list