[flang] Disable trampoline test for PPC (NFC) (#187194)

This commit is contained in:
Kelvin Li 2026-03-18 15:51:37 -04:00 committed by GitHub
parent d4b86e5617
commit 96299d8d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
! UNSUPPORTED: system-windows
! UNSUPPORTED: offload-cuda
! UNSUPPORTED: system-darwin
! UNSUPPORTED: target=powerpc{{.*}}
! Verify that -fsafe-trampoline produces an executable whose
! GNU_STACK program header is RW (not RWE), proving W^X compliance.

View File

@ -11,6 +11,7 @@ config.flang_rt_experimental_offload_support = "@FLANG_RT_EXPERIMENTAL_OFFLOAD_S
config.cc = "@CMAKE_C_COMPILER@"
config.flang = "@CMAKE_Fortran_COMPILER@"
config.osx_sysroot = path(r"@CMAKE_OSX_SYSROOT@")
config.target_triple = "@LLVM_TARGET_TRIPLE@"
import lit.llvm
lit.llvm.initialize(lit_config, config)