]> granicus.if.org Git - clang/commit
Fix LIBCLANG_LINK_FLAGS for Darwin.
authorOscar Fuentes <ofv@wanadoo.es>
Mon, 14 Mar 2011 14:32:16 +0000 (14:32 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Mon, 14 Mar 2011 14:32:16 +0000 (14:32 +0000)
commit6656457a0a5706f797c2f1036a93eb75869bea2e
treeb49b79b40b4e8a868a2c991741a5dfa5dc8d3c4e
parent2e2468e2d2ccbb9a38fe3b6b754009af7e5d39a9
Fix LIBCLANG_LINK_FLAGS for Darwin.

The previous syntax created a list with the usual semicolon as
separator, which breaks the link command.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127579 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CMakeLists.txt