This is an archive of the discontinued LLVM Phabricator instance.

compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.
ClosedPublic

Authored by pcc on Jan 14 2019, 8:04 PM.

Details

Summary

-pie -Wl,--enable-new-dtags are no longer needed because
the driver passes them by default as of r316606.

Prepend -fuse-ld=gold instead of appending it so that the linker can
be overridden using COMPILER_RT_TEST_COMPILER_CFLAGS.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jan 14 2019, 8:04 PM
eugenis accepted this revision.Jan 15 2019, 1:20 PM

LGTM

This revision is now accepted and ready to land.Jan 15 2019, 1:20 PM
This revision was automatically updated to reflect the committed changes.