From 12e57bca9218cfcb6f710b246c36c4224b2f882f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 6 Aug 2009 16:47:53 +0000 Subject: [PATCH] s/ccc/clang/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78320 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/hacking.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/hacking.html b/www/hacking.html index 6b458b7759..4555322279 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -119,8 +119,8 @@

For more intensive changes, running the LLVM Test Suite with clang is recommended. Currently the best way to - override LLVMGCC, as in: make LLVMGCC="ccc -std=gnu89" - TEST=nightly report (make sure ccc is in your PATH or use the + override LLVMGCC, as in: make LLVMGCC="clang -std=gnu89" + TEST=nightly report (make sure clang is in your PATH or use the full path).

-- 2.50.1