Skip to content

[test] Restrict thinlto icp IR test to little endian systems, and the compiler-rt test to three tested platforms. #76001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// - Generate ThinLTO summary file with LLVM bitcodes, and run `function-import` pass.
// - Run `pgo-icall-prom` pass for the IR module which needs to import callees.

// REQUIRES: windows || linux || darwin

// This test and IR test llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
// are complementary to each other; a compiler-rt test has better test coverage
// on different platforms, and the IR test is less restrictive in terms of
Expand All @@ -35,8 +37,6 @@
// specifies OS as Triple::OS::Win32
//
// UNSUPPORTED: target={{i.86.*windows.*}}
// FIXME: Re-enable the test on powerpc.
// UNSUPPORTED: powerpc-registered-target

// RUN: rm -rf %t && split-file %s %t && cd %t

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
; The raw profiles storesd compressed function names, so profile reader should
; be built with zlib support to decompress them.
; REQUIRES: zlib
; FIXME: Re-enable the test on powerpc.
; UNSUPPORTED: powerpc-registered-target
; REQUIRES: host-byteorder-little-endian

; RUN: rm -rf %t && split-file %s %t && cd %t

Expand Down