clang-interpreter example cmake fix
authorLuke Cheeseman <luke.cheeseman@arm.com>
Wed, 21 Mar 2018 12:05:19 +0000 (12:05 +0000)
committerLuke Cheeseman <luke.cheeseman@arm.com>
Wed, 21 Mar 2018 12:05:19 +0000 (12:05 +0000)
commit14cfb0de5d8252d6f7951117b1fdd1d9f4d86ffe
treeed8f73a86aa18597e0f6271ad0aed4c6ffbd193c
parent212227ed100a915f88c616e08e5f7466c3a875c2
clang-interpreter example cmake fix

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

llvm-svn: 328092
clang/examples/clang-interpreter/CMakeLists.txt