summaryrefslogtreecommitdiff
path: root/docs/CrossCompilation.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346101 91177308-0d34-0410-b5e6-96231b3b80d8
* [docs] Use x86_64 and i386 instead of x86 as arch for triples.Florian Hahn2016-12-051-2/+2
| | | | | | | | | | | | Summary: x86 is not a valid arch for target triples, but x86_64 and i386 are. Reviewers: rengolin, silvas Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D26960 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288723 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some typos in the clang docSylvestre Ledru2016-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260856 91177308-0d34-0410-b5e6-96231b3b80d8
* Grammar bug. NFCDouglas Katzman2015-07-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241451 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo in cross-compilation docs: "-fpu" -> "-mfpu"Vladimir Sukharev2015-06-031-1/+1
| | | | | | | | | | | Reviewers: rengolin Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D10209 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238912 91177308-0d34-0410-b5e6-96231b3b80d8
* testing commit access to clang repoJyoti Allur2014-09-291-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218592 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a typoGabor Greif2013-11-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195760 91177308-0d34-0410-b5e6-96231b3b80d8
* [docs] End users should see just "Clang"Sean Silva2013-09-091-1/+1
| | | | | | | | | Half the internet has wildly incorrect ideas about what LLVM is (in particular, many get the impression that LLVM is some magical cross-platform runtime), so saying "LLVM" near "cross-compilation" in a user-facing doc might provoke confusion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190338 91177308-0d34-0410-b5e6-96231b3b80d8
* [docs] Typographical and rewording fixes.Sean Silva2013-09-091-41/+42
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190333 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding cross-compilation instructions to ClangRenato Golin2013-09-081-0/+203
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190281 91177308-0d34-0410-b5e6-96231b3b80d8