[llvm] 14818a8 - Fix: [DebugInfo] Fix crash when emitting an invalidated SDDbgValue

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 05:38:49 PDT 2021


Author: Stephen Tozer
Date: 2021-05-07T13:38:19+01:00
New Revision: 14818a86d044909d8eeb1f39f689e2785a09823b

URL: https://github.com/llvm/llvm-project/commit/14818a86d044909d8eeb1f39f689e2785a09823b
DIFF: https://github.com/llvm/llvm-project/commit/14818a86d044909d8eeb1f39f689e2785a09823b.diff

LOG: 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.

Added: 
    llvm/test/DebugInfo/X86/invalidated-dbg-value-is-undef.ll

Modified: 
    

Removed: 
    llvm/test/DebugInfo/Generic/invalidated-dbg-value-is-undef.ll


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/invalidated-dbg-value-is-undef.ll b/llvm/test/DebugInfo/X86/invalidated-dbg-value-is-undef.ll
similarity index 100%
rename from llvm/test/DebugInfo/Generic/invalidated-dbg-value-is-undef.ll
rename to llvm/test/DebugInfo/X86/invalidated-dbg-value-is-undef.ll


        


More information about the llvm-commits mailing list