`.debug_frame` is not emitted on AIX, so this patch disables the test.
Reviewed By: shchenz, jsji
Differential Revision: https://reviews.llvm.org/
D112593
; PR46647
; XFAIL: arm64-apple
-; .debug_frame is not emitted for targeting Windows x64 or arm64.
+; .debug_frame is not emitted for targeting Windows x64, arm64, or AIX.
; REQUIRES: debug_frame
; REQUIRES: default_triple
if 'hw.optional.fma: 1' in result:
config.available_features.add('fma3')
-# .debug_frame is not emitted for targeting Windows x64 or arm64.
-if not re.match(r'^(x86_64|arm64).*-(windows-gnu|windows-msvc)', config.target_triple):
+# .debug_frame is not emitted for targeting Windows x64, arm64, or AIX.
+if not re.match(r'^(x86_64|arm64|powerpc|powerpc64).*-(windows-gnu|windows-msvc|aix)', config.target_triple):
config.available_features.add('debug_frame')
if config.have_libxar: