This is an archive of the discontinued LLVM Phabricator instance.

Fix LLVM_ENABLE_PIC under Unix/Linux
Needs ReviewPublic

Authored by aguinet on Nov 30 2017, 2:46 AM.

Details

Reviewers
momchil.velikov
Summary

The -pie linker flag must be set, or the final binary isn't PIE.

Diff Detail

Event Timeline

aguinet created this revision.Nov 30 2017, 2:46 AM
chill added a subscriber: chill.Dec 1 2017, 9:15 AM
chill added a comment.Dec 1 2017, 9:18 AM

Hello,

Per https://llvm.org/docs/DeveloperPolicy.html and https://llvm.org/docs/Phabricator.html
llvm-commits mailing list should be added as a Subscriber.

Also, take a look at CODE_OWNERS.txt and/or last few people to have touched this code and around it (git blame) and add them as reviewers.

Best regards,
chill

Hello Chill,

Sorry about missing llvm-commits as a reviewer (I think I missed it while reading the links you provided).

IIRC, I had also added @momchil.velikov (which means you :)) as a reviewer because git blame "blamed" you at the time :)