Skip to content

XFAIL: lld-available lit.cfg tag does not work as intended. #99056

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 2 commits into from
Jul 16, 2024
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion compiler-rt/test/profile/instrprof-gc-sections.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: linux, lld-available

// FIXME: Investigate and fix.
// XFAIL: powerpc64-target-arch
// XFAIL: powerpc64-target-arch,powerpc64le-target-arch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only an issue on the 64bit arch? What about 32bit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It affects anyone that had lld in their environment but but does not want to test it, this is only fixes the effected bots.


// RUN: rm -rf %t.profraw
// RUN: %clang_profgen=%t.profraw -fuse-ld=lld -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -ffunction-sections -fdata-sections -Wl,--gc-sections -o %t %s
Expand Down
Loading