[all-commits] [llvm/llvm-project] ff3b54: [AIX] Disable tests failing due to lack of .loc an...
Jake Egan via All-commits
all-commits at lists.llvm.org
Fri Oct 8 08:55:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff3b542e7ca8fba014182b4fa888a5106f076fef
https://github.com/llvm/llvm-project/commit/ff3b542e7ca8fba014182b4fa888a5106f076fef
Author: Jake Egan <Jake.Egan at ibm.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M llvm/test/CodeGen/Generic/dwarf-md5.ll
M llvm/test/CodeGen/Generic/dwarf-source.ll
M llvm/test/DebugInfo/Generic/directives-only.ll
M llvm/test/DebugInfo/Generic/extended-loc-directive.ll
M llvm/test/DebugInfo/Generic/multiline.ll
M llvm/test/MC/AsmParser/debug-empty-source.s
M llvm/test/MC/ELF/dwarf-file0.s
M llvm/test/MC/ELF/dwarf-loc0.s
Log Message:
-----------
[AIX] Disable tests failing due to lack of .loc and .file directive support
The following tests explicitly check for .loc and .file directives, which is not currently supported. Disable these tests on AIX for now.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D111346
More information about the All-commits
mailing list