This is an archive of the discontinued LLVM Phabricator instance.

Identify object files compiled with cl.exe /GL.
ClosedPublic

Authored by ruiu on Nov 14 2016, 3:51 PM.

Details

Summary

Object files compiled with cl.exe /GL contain intermediate code for LTO.
We can't (and don't want to) interpret such code, but we should print
out a user-friendly error message.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 77904.Nov 14 2016, 3:51 PM
ruiu retitled this revision from to Identify object files compiled with cl.exe /GL..
ruiu updated this object.
ruiu added a reviewer: pcc.
ruiu added a subscriber: llvm-commits.
pcc accepted this revision.Nov 14 2016, 5:02 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 14 2016, 5:02 PM
This revision was automatically updated to reflect the committed changes.