This is an archive of the discontinued LLVM Phabricator instance.

[14.x] [clang] [test] Skip hip-fpie-option.hip if default-pie
ClosedPublic

Authored by mgorny on Feb 25 2022, 11:02 AM.

Details

Reviewers
MaskRay
Summary

Skip the hip-fpie-option.hip Driver test if default-pie-on-linux
is used. This test currently relies on default-no-pie, and it has been
changed to require default-pie in main.

Diff Detail

Event Timeline

mgorny created this revision.Feb 25 2022, 11:02 AM
mgorny requested review of this revision.Feb 25 2022, 11:02 AM
MaskRay accepted this revision.Feb 25 2022, 11:03 AM

Seems fine to push to release/14.x. Several Linux distros will use CLANG_DEFAULT_PIE_ON_LINUX=on and they might wonder why the test fails.

This revision is now accepted and ready to land.Feb 25 2022, 11:03 AM
MaskRay closed this revision.Feb 25 2022, 6:36 PM

mgorny pushed this to release/14.x