<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/CMake.html, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/CMake.html?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/CMake.html?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-18T15:29:35Z</updated>
<entry>
<title>CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is</title>
<updated>2009-08-18T15:29:35Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-08-18T15:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e02bf092a9fd770add1e416121411e30afd86b3'/>
<id>urn:sha1:1e02bf092a9fd770add1e416121411e30afd86b3</id>
<content type='text'>
required on some platforms for building shared libraries that link to
the LLVM libraries.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79339 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.</title>
<updated>2009-08-16T21:01:16Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-08-16T21:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=34888816e802fb83a84ca0c7cc7b7a21d9fcd764'/>
<id>urn:sha1:34888816e802fb83a84ca0c7cc7b7a21d9fcd764</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79204 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to</title>
<updated>2009-08-16T20:56:30Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-08-16T20:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c81f56d9ec9e58d68187579af40d0ef645843766'/>
<id>urn:sha1:c81f56d9ec9e58d68187579af40d0ef645843766</id>
<content type='text'>
LLVM_BUILD_EXAMPLES and set default to true. Documented.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79203 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: fix HTML validation errors.</title>
<updated>2009-08-05T15:42:44Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-08-05T15:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e15192b36bb5e99838d3f70bf79f7b8bed7a75b9'/>
<id>urn:sha1:e15192b36bb5e99838d3f70bf79f7b8bed7a75b9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>cmake builds don't need this hack for MSVC anymore.</title>
<updated>2009-07-18T20:10:04Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-18T20:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f689fa185f8469f595222bff41b7e8f41bda2bef'/>
<id>urn:sha1:f689fa185f8469f595222bff41b7e8f41bda2bef</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76329 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().</title>
<updated>2009-07-18T00:42:18Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2009-07-18T00:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b1511b027ce0b648b3379f2891816c25b46f515'/>
<id>urn:sha1:4b1511b027ce0b648b3379f2891816c25b46f515</id>
<content type='text'>
Also a test commit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76276 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: New variable LLVM_LIBDIR_SUFFIX.</title>
<updated>2009-06-12T02:49:53Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-06-12T02:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=af0f65fe6ad750983eadcb03b7c41143cca73298'/>
<id>urn:sha1:af0f65fe6ad750983eadcb03b7c41143cca73298</id>
<content type='text'>
Patch by Ingmar Vanhassel!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73216 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Documented how to cross-compile with CMake.</title>
<updated>2009-06-11T04:45:08Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-06-11T04:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b'/>
<id>urn:sha1:cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73181 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Renamed LLVM_ENABLE_ASSERTS to</title>
<updated>2009-06-04T09:26:16Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-06-04T09:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=76941b273316eca4559c05ef34bfc88f13db64f1'/>
<id>urn:sha1:76941b273316eca4559c05ef34bfc88f13db64f1</id>
<content type='text'>
LLVM_ENABLE_ASSERTIONS. Fine-tuned the logic that controls the
definition of NDEBUG and _DEBUG macros.

Thanks to Jay Foad for this suggestions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72864 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Implements and documents option LLVM_ENABLE_ASSERTS.</title>
<updated>2009-06-03T15:11:25Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2009-06-03T15:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=81a875585c23ddc914e2f2955d87d1bf84696aa1'/>
<id>urn:sha1:81a875585c23ddc914e2f2955d87d1bf84696aa1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72774 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
