aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2019-08-08lit: Use a License classifier that pypi will acceptTom Stellard1-1/+1
Summary: 'OSI Approved :: Apache-2.0 with LLVM exception' is not a valid classifier. 'OSI Approved :: Apache Software License' is the closest fit for the new license, so we've decided to use this one. The classifiers seem to only be used for searching on the pypi website, so this does not actually change the license of the code. We still pass 'Apache-2.0 with LLVM exception' as the license to setup(), and this appears alongside the classifier on the pypi webpage for lit. Reviewers: chandlerc, ddunbar, joerg Reviewed By: joerg Subscribers: delcypher, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65762 llvm-svn: 368315
2019-01-29Adjust documentation for git migration.James Y Knight1-2/+2
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
2019-01-19Update structured references to the license to the new license.Chandler Carruth1-2/+2
Since these are intended to be short and succinct, I've used the SPDX full name. It's human readable, but formally agreed upon and will be part of the SPDX spec for licenses. llvm-svn: 351649
2013-08-13[lit] Support use of setup.py from other directories.Daniel Dunbar1-1/+8
llvm-svn: 188309
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
Luis Felipe Strano Moraes! llvm-svn: 129558
2010-09-18lit: Tweak setup.py.Daniel Dunbar1-11/+12
llvm-svn: 114261
2009-12-26lit: Add setuptools support.Daniel Dunbar1-0/+69
llvm-svn: 92169