<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/tools/llvm-config, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/tools/llvm-config?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/tools/llvm-config?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2012-10-01T18:40:32Z</updated>
<entry>
<title>Re-enable support for --program-prefix.</title>
<updated>2012-10-01T18:40:32Z</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2012-10-01T18:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=92080529a05e223303a75d83008f804fd518aba7'/>
<id>urn:sha1:92080529a05e223303a75d83008f804fd518aba7</id>
<content type='text'>
The Apple buildbots have been modified not to pass --target,
so they shouldn't choke on a default program prefix anymore.

Patch by Rick Foos!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Add --program-prefix support to build"</title>
<updated>2012-09-26T00:01:00Z</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2012-09-26T00:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=85042e658558e32a168a91379d158e6d694d6530'/>
<id>urn:sha1:85042e658558e32a168a91379d158e6d694d6530</id>
<content type='text'>
The Apple buildbots are set up to pass --target to configure for both
cross- and non-cross-compile builds, and the standard autoconf response
to this is to set the program prefix to '&lt;target&gt;-'. Until we can figure
out the proper way to handle this (don't pass --target? pass an explicit
--program-prefix=""? don't auto-populate program_prefix with target_alias?)
it's more important to keep the buildbots running.

This reverts r164633 / ba48ceb1a3802e20e781ef04ea2573ffae2ac414.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add --program-prefix support to build</title>
<updated>2012-09-25T21:15:08Z</updated>
<author>
<name>Sebastian Pop</name>
<email>spop@codeaurora.org</email>
</author>
<published>2012-09-25T21:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ba48ceb1a3802e20e781ef04ea2573ffae2ac414'/>
<id>urn:sha1:ba48ceb1a3802e20e781ef04ea2573ffae2ac414</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164633 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-config: Use sys::fs::equivalent instead of string comparison.</title>
<updated>2012-05-15T22:07:18Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-15T22:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=40d65dc3058e8d58426953d44e2ea0eccf996371'/>
<id>urn:sha1:40d65dc3058e8d58426953d44e2ea0eccf996371</id>
<content type='text'>
 - Hopefully fixes PR11600 (untested).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156865 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-build: Add support for non-installed libraries (e.g., gtest).</title>
<updated>2012-05-15T18:44:17Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-15T18:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=b5cd41e26f89aad2f2dc4f5dc37577f7abf8528a'/>
<id>urn:sha1:b5cd41e26f89aad2f2dc4f5dc37577f7abf8528a</id>
<content type='text'>
 - These libraries are only reported by llvm-config when run from a development
   tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156838 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not install llvm-config-host for cross-builds of clang. rdar://11317847</title>
<updated>2012-05-09T00:07:02Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2012-05-09T00:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=6447d52ba8d869a7de254b440703b69d8b4343cf'/>
<id>urn:sha1:6447d52ba8d869a7de254b440703b69d8b4343cf</id>
<content type='text'>
My previous change to install llvm-config-host for cross-builds resulted
in that file being installed even when the normal llvm-config was not
installed, e.g., when building the install-clang target.  Daniel suggested
this alternative, which solves the immediate problem and also avoids the gunk
in the top-level makefile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156448 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>An easy case where GCC should really be able to work out that the value is only</title>
<updated>2012-02-23T08:25:25Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2012-02-23T08:25:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=9778ad51ee1d2a604b6cc4bece336d2bc4bfbe20'/>
<id>urn:sha1:9778ad51ee1d2a604b6cc4bece336d2bc4bfbe20</id>
<content type='text'>
used if IsInDevelopmentTree is 'true'.  But it doesn't, so help it out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151244 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-config: Add support for CMake build trees in which the build</title>
<updated>2012-01-26T01:31:38Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2012-01-26T01:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=b56900aa86aa535fb1f060f5935d1e209e45d907'/>
<id>urn:sha1:b56900aa86aa535fb1f060f5935d1e209e45d907</id>
<content type='text'>
mode does not form part of the path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149010 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-config: Fix --targets-built, I changed this to use the registry but wasn't</title>
<updated>2011-12-16T00:04:43Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-16T00:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=275dd94afedd3b7331e5e93c9bbadac9a0415798'/>
<id>urn:sha1:275dd94afedd3b7331e5e93c9bbadac9a0415798</id>
<content type='text'>
properly initializing the target infos. I decided it wasn't worth linking them
in for this, so just switched back to using the Makefile variable for now. We
can reconsider later if we ever get pluggable targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146711 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-config: Update help text for removal of "backend" pseudo component.</title>
<updated>2011-12-15T23:43:17Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-15T23:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=bcf14bbd57b8457ea09afbfc7acddf2d21a5adac'/>
<id>urn:sha1:bcf14bbd57b8457ea09afbfc7acddf2d21a5adac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146708 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
