| commit | 9c7e03565699f95b2230572cca4eaf16ccefddfd | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Thu Dec 12 11:55:52 2013 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Thu Dec 12 11:55:52 2013 +0000 |
| tree | 8ea237b3789a5a0bb50ffca0d2b37bc2852cc2f7 | |
| parent | b2065ecdd67bea859b2cf467788da7ef6dfdd75e [diff] |
Darwin-embedded: find correct libclang_rt for embedded targets. This refactors some of the Darwin toolchain classification to give a more solid distinction between the three primary Darwin platforms (OS X, IOS and IOS simulator) so that a 4th choice can be added temporarily: embedded MachO targets. Longer term, this support will be factored out into a separate class and no longer classified as "darwin-eabi", but the refactoring should still be useful. llvm-svn: 197148