This is an archive of the discontinued LLVM Phabricator instance.

[Modules] Do not emit relocation error when -fno-validate-pch is set
ClosedPublic

Authored by yamaguchi on Jul 26 2018, 7:09 AM.

Details

Summary

Clang emits error when implicit modules was relocated from the
first build directory. However this was biting our usecase where we copy
the contents of build directory to another directory in order to
distribute.

Diff Detail

Repository
rL LLVM

Event Timeline

yamaguchi created this revision.Jul 26 2018, 7:09 AM
rsmith accepted this revision.Jul 31 2018, 12:20 PM
This revision is now accepted and ready to land.Jul 31 2018, 12:20 PM
This revision was automatically updated to reflect the committed changes.