[all-commits] [llvm/llvm-project] 803748: [AIX] Disable tests failing due to missing DWARF s...
Jake Egan via All-commits
all-commits at lists.llvm.org
Fri Oct 8 09:07:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8037481cb2d729ae3d782c3fed930f69d740fa23
https://github.com/llvm/llvm-project/commit/8037481cb2d729ae3d782c3fed930f69d740fa23
Author: Jake Egan <Jake.Egan at ibm.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M clang/test/Modules/DebugInfoSubmoduleImport.c
M llvm/test/DebugInfo/Generic/2010-04-19-FramePtr.ll
M llvm/test/DebugInfo/Generic/accel-table-hash-collisions.ll
M llvm/test/DebugInfo/Generic/address_space_rvalue.ll
M llvm/test/DebugInfo/Generic/debug-names-empty-name.ll
M llvm/test/DebugInfo/Generic/debug-names-hash-collisions.ll
M llvm/test/DebugInfo/Generic/debug-names-index-type.ll
M llvm/test/DebugInfo/Generic/debug-names-linkage-name.ll
M llvm/test/DebugInfo/Generic/debug-names-many-cu.ll
M llvm/test/DebugInfo/Generic/debug-names-name-collisions.ll
M llvm/test/DebugInfo/Generic/debug-names-one-cu.ll
M llvm/test/DebugInfo/Generic/debug-names-two-cu.ll
M llvm/test/DebugInfo/Generic/export-symbol-anonymous-class.ll
M llvm/test/DebugInfo/Generic/string-offsets-form.ll
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[AIX] Disable tests failing due to missing DWARF sections
The following tests are failing due to missing DWARF sections. This patch sets these tests as XFAIL/DISABLED on AIX until a more permanent solution is implemented.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D111336
More information about the All-commits
mailing list