This is an archive of the discontinued LLVM Phabricator instance.

Build libfuzzer libcxx-static with PIC
ClosedPublic

Authored by kongyi on Aug 5 2019, 1:33 PM.

Details

Summary

r356153 changed default build option of static libcxx to no PIC. We now need to explicitly specify CMAKE_POSITION_INDEPENDENT_CODE to get PIC libcxx.

Diff Detail

Repository
rL LLVM

Event Timeline

kongyi created this revision.Aug 5 2019, 1:33 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added subscribers: llvm-commits, Restricted Project, dexonsmith, mgorny. · View Herald Transcript
phosek accepted this revision.Aug 5 2019, 3:51 PM

LGTM

This revision is now accepted and ready to land.Aug 5 2019, 3:51 PM
This revision was automatically updated to reflect the committed changes.