[docs] End users should see just "Clang"

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.

llvm-svn: 190338
This commit is contained in:
Sean Silva 2013-09-09 19:50:47 +00:00
parent 3c53673b50
commit fcb46a0dec
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
===================================================================
Cross-compilation using Clang/LLVM
Cross-compilation using Clang
===================================================================
Introduction