This is an archive of the discontinued LLVM Phabricator instance.

clang-interpreter example cmake fix
ClosedPublic

Authored by LukeCheeseman on Mar 16 2018, 3:42 AM.

Details

Reviewers
marsupial
Summary

Add in a space when appending the export to the linker options. Without
the space the export is appeneded onto whatever the last link option
was, which might be a file.

Diff Detail

Event Timeline

LukeCheeseman created this revision.Mar 16 2018, 3:42 AM
marsupial accepted this revision.Mar 17 2018, 7:23 PM

Sorry 'bout that...
(CMake and quoting make dull boys)

This revision is now accepted and ready to land.Mar 17 2018, 7:23 PM