<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3ALLVM</id>
	<title>Talk:LLVM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3ALLVM"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Talk:LLVM&amp;action=history"/>
	<updated>2026-05-25T03:47:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Talk:LLVM&amp;diff=10726&amp;oldid=prev</id>
		<title>imported&gt;OlivierNicole: Add alternative way to run cmake as the proposed way does not work for me</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Talk:LLVM&amp;diff=10726&amp;oldid=prev"/>
		<updated>2023-05-17T10:19:41Z</updated>

		<summary type="html">&lt;p&gt;Add alternative way to run cmake as the proposed way does not work for me&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Regarding the command to run &amp;lt;code&amp;gt;cmake&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sh&amp;quot;&amp;gt;cmake $cmakeFlags ../llvm-project/llvm&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Does not work for me (in zsh) as &amp;lt;code&amp;gt;$cmakeFlags&amp;lt;/code&amp;gt; is parsed as a single argument. I had to do:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sh&amp;quot;&amp;gt;cmake $(echo $cmakeFlags) ../llvm-project/llvm&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;OlivierNicole</name></author>
	</entry>
</feed>