[all-commits] [llvm/llvm-project] 14818a: Fix: [DebugInfo] Fix crash when emitting an invali...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Fri May 7 05:39:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14818a86d044909d8eeb1f39f689e2785a09823b
https://github.com/llvm/llvm-project/commit/14818a86d044909d8eeb1f39f689e2785a09823b
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
R llvm/test/DebugInfo/Generic/invalidated-dbg-value-is-undef.ll
A llvm/test/DebugInfo/X86/invalidated-dbg-value-is-undef.ll
Log Message:
-----------
Fix: [DebugInfo] Fix crash when emitting an invalidated SDDbgValue
This patch is a fix for revision ce0c1f3c, which caused test failures on
bots without x86 as a registered target. This patch moves the test added
in the prior patch to the x86 folder, so that it only runs on bots with
the correct target available.
More information about the All-commits
mailing list