[docs] End users should see just "Clang"
authorSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:47 +0000 (19:50 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:47 +0000 (19:50 +0000)
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

clang/docs/CrossCompilation.rst

index 1e88240..e655d89 100644 (file)
@@ -1,5 +1,5 @@
 ===================================================================
-Cross-compilation using Clang/LLVM
+Cross-compilation using Clang
 ===================================================================
 
 Introduction