[LLVMbugs] [Bug 19044] TableGen.cmake concats dependencies without a seperator
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 4 16:16:23 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=19044
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from NAKAMURA Takumi <geek4civic at gmail.com> ---
I guess you examined with;
message(${TABLEGEN_OUTPUT})
Please try;
message("${TABLEGEN_OUTPUT}")
List stuff in cmake is really weird.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140305/0a71bde5/attachment.html>
More information about the llvm-bugs
mailing list