[llvm] r255759 - Recommit LiveDebugValues pass after fixing a couple of minor issues.

Tobias Edler von Koch via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 10:31:25 PST 2015


Hi Vikram,

Your test case DebugInfo/live-debug-values.ll is breaking the 
clang-hexagon-elf build bot (and presumably other non-X86 ones).

Could you please either
- remove the target triple & target datalayout from the test, or
- move it to the test/DebugInfo/X86 folder if it's x86-only.

Please monitor buildbots for failures after you commit something 
(http://lab.llvm.org:8011/console).

Thanks,
Tobias

On 12/16/2015 05:09 AM, Vikram TV via llvm-commits wrote:
> Author: tvvikram
> Date: Wed Dec 16 05:09:48 2015
> New Revision: 255759
>
> URL: http://llvm.org/viewvc/llvm-project?rev=255759&view=rev
> Log:
> Recommit LiveDebugValues pass after fixing a couple of minor issues.
>
> Added:
>      llvm/trunk/lib/CodeGen/LiveDebugValues.cpp
>      llvm/trunk/test/DebugInfo/MIR/X86/lit.local.cfg
>      llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
>      llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values.mir
>      llvm/trunk/test/DebugInfo/MIR/lit.local.cfg
>      llvm/trunk/test/DebugInfo/live-debug-values.ll
> Modified:
>      llvm/trunk/include/llvm/CodeGen/Passes.h
>      llvm/trunk/include/llvm/InitializePasses.h
>      llvm/trunk/lib/CodeGen/CMakeLists.txt
>      llvm/trunk/lib/CodeGen/CodeGen.cpp
>      llvm/trunk/lib/CodeGen/Passes.cpp
>      llvm/trunk/test/DebugInfo/X86/array.ll
>      llvm/trunk/test/DebugInfo/X86/fission-ranges.ll
>      llvm/trunk/test/DebugInfo/X86/pieces-3.ll
>
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project.



More information about the llvm-commits mailing list