This is an archive of the discontinued LLVM Phabricator instance.

[cfi] Enable icall tests with thinlto.
ClosedPublic

Authored by eugenis on Jun 15 2017, 4:37 PM.

Details

Reviewers
pcc
Summary

this is the compiler-rt side of D34168

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Jun 15 2017, 4:37 PM
pcc accepted this revision.Jun 15 2017, 5:14 PM

LGTM

test/cfi/icall/wrong-signature-mixed-lto.c
6

Maybe leave a comment saying that the -flto here overrides the -flto=thin in %clang_cfi.

This revision is now accepted and ready to land.Jun 15 2017, 5:14 PM
eugenis closed this revision.Jun 15 2017, 5:18 PM
eugenis updated this revision to Diff 102763.
eugenis marked an inline comment as done.

r305534