summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SystemLibrary.rst
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] [Support] System Library to Support Library transition along with ↵Kristina Brooks2018-09-181-241/+4
| | | | | | | | | | | | minor corrections to reflect it. System Library has been a long deprecated term along with the path lib/System, having been superseded/renamed to the Support Library a long time ago. These patches reflect those changes in documentation as well as update some outdated examples and provide context to the origin of the Support Library. Differential Revision: https://reviews.llvm.org/D52107 llvm-svn: 342500
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-5/+4
| | | | | | | | | | | | | | LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in HandleLLVMOptions.cmake, which is where _WIN32 defined too. Just use the default macro instead of a reinvented one. See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev. No intended behavior change. This moves over all uses of the macro, but doesn't remove the definition of it in (llvm-)config.h yet. llvm-svn: 331127
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-2/+0
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* Documentation: improve formatting and remove unneeded empty lines.Dmitri Gribenko2012-11-281-1/+0
| | | | llvm-svn: 168817
* SystemLibrary.rst: remove reference to a bug that was closed long time agoDmitri Gribenko2012-11-181-5/+0
| | | | llvm-svn: 168290
* Documentation: convert SystemLibrary documentation to reSTDmitri Gribenko2012-11-181-0/+255
llvm-svn: 168289
OpenPOWER on IntegriCloud