Page MenuHomePhabricator

[obj2yaml] Test dumping an empty .debug_aranges section.
ClosedPublic

Authored by Higuoxing on Aug 6 2020, 12:18 AM.

Details

Summary

This patch adds one test case that tests dumping an empty .debug_aranges
section.

Diff Detail

Unit TestsFailed

TimeTest
160 mslinux > MLIR.Conversion/StandardToLLVM::convert-to-llvmir.mlir
Script: -- : 'RUN: at line 1'; /mnt/disks/ssd0/agent/llvm-project/build/bin/mlir-opt -convert-std-to-llvm /mnt/disks/ssd0/agent/llvm-project/mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir -split-input-file | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck /mnt/disks/ssd0/agent/llvm-project/mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
70 mslinux > Polly.Isl/Ast::alias_checks_with_empty_context.ll
Script: -- : 'RUN: at line 1'; opt -polly-process-unprofitable -polly-remarks-minimal -polly-use-llvm-names -polly-import-jscop-dir=/mnt/disks/ssd0/agent/llvm-project/polly/test/Isl/Ast -polly-codegen-verify -polly-ast -analyze < /mnt/disks/ssd0/agent/llvm-project/polly/test/Isl/Ast/alias_checks_with_empty_context.ll | FileCheck /mnt/disks/ssd0/agent/llvm-project/polly/test/Isl/Ast/alias_checks_with_empty_context.ll
280 mswindows > MLIR.Conversion/StandardToLLVM::convert-to-llvmir.mlir
Script: -- : 'RUN: at line 1'; c:\ws\w1\llvm-project\premerge-checks\build\bin\mlir-opt.exe -convert-std-to-llvm C:\ws\w1\llvm-project\premerge-checks\mlir\test\Conversion\StandardToLLVM\convert-to-llvmir.mlir -split-input-file | c:\ws\w1\llvm-project\premerge-checks\build\bin\filecheck.exe C:\ws\w1\llvm-project\premerge-checks\mlir\test\Conversion\StandardToLLVM\convert-to-llvmir.mlir

Event Timeline

Higuoxing created this revision.Aug 6 2020, 12:18 AM
Herald added a project: Restricted Project. · View Herald Transcript
Higuoxing requested review of this revision.Aug 6 2020, 12:18 AM
grimar accepted this revision.Aug 6 2020, 2:30 AM

LGTM

This revision is now accepted and ready to land.Aug 6 2020, 2:30 AM
jhenderson accepted this revision.Aug 6 2020, 2:34 AM

LGTM too.

This revision was landed with ongoing or failed builds.Aug 6 2020, 5:40 AM
This revision was automatically updated to reflect the committed changes.