summaryrefslogtreecommitdiffstats
path: root/lldb/www/adding-language-support.html
Commit message (Collapse)AuthorAgeFilesLines
* [lldb] Remove the 'www' folder.Jonas Devlieghere2019-05-031-193/+0
| | | | | | | Now that the new website is live and everything is generated from the repository, we don't need the www folder anymore. llvm-svn: 359929
* Adjust documentation for git migration.James Y Knight2019-01-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
* Add a sketched out section on adding Language and LanguageRuntime plugins ↵Enrico Granata2015-11-021-0/+23
| | | | | | for language support llvm-svn: 251844
* First pass on www docs: Adding Programming Language Support to LLDBTodd Fiala2015-11-021-0/+170
We'll hook this up to the main page after Greg, Sean and others iterate on it to a useful point. llvm-svn: 251831
OpenPOWER on IntegriCloud