]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190338 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CrossCompilation.rst

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