From 8e16408616b55988ad9de97977ea1b4c630a9b2a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 9 Apr 2009 18:20:08 +0000 Subject: [PATCH] More cleanup. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68719 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/PTHInternals.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html index c18ce4b884..5ce4e9980c 100644 --- a/docs/PTHInternals.html +++ b/docs/PTHInternals.html @@ -46,8 +46,8 @@ that is similar to GCC's interface for precompiled headers.

Generating a PTH File

To generate a PTH file using clang, one invokes clang using -the -x lang-header option. This mirrors the interface in GCC for -generating PCH files:

+the -x <language>-header option. This mirrors the +interface in GCC for generating PCH files:

   $ gcc -x c-header test.h -o test.h.gch
-- 
2.40.0