[llvm] 01eb91f - [AIX] Disable empty.ll test using unsupported split dwarf
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 28 18:55:36 PST 2021
Author: Jake Egan
Date: 2021-11-28T21:55:27-05:00
New Revision: 01eb91fa86a0c65cbaac75336769d188f35443ec
URL: https://github.com/llvm/llvm-project/commit/01eb91fa86a0c65cbaac75336769d188f35443ec
DIFF: https://github.com/llvm/llvm-project/commit/01eb91fa86a0c65cbaac75336769d188f35443ec.diff
LOG: [AIX] Disable empty.ll test using unsupported split dwarf
This test uses split-dwarf feature, which is not currently supported on AIX. Set this test to `UNSUPPORTED` on AIX for now.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D114567
Added:
Modified:
llvm/test/DebugInfo/Generic/empty.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/empty.ll b/llvm/test/DebugInfo/Generic/empty.ll
index 40f54c29a389d..4bb57556a77b3 100644
--- a/llvm/test/DebugInfo/Generic/empty.ll
+++ b/llvm/test/DebugInfo/Generic/empty.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: -aix
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s
; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s
More information about the llvm-commits
mailing list