From eefdae5d755c8f5f6dcbdf19fe6919076aa65a02 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 21 Aug 2004 22:37:42 +0000 Subject: [PATCH] First complete version. The details of configuration are now correctly stated. PLEASE REVIEW THIS DOCUMENT NOW! :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15988 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 494 +++++++++++++++++++++++++++++---------- 1 file changed, 371 insertions(+), 123 deletions(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index 6697638c8cc..d7b3de5662e 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -29,8 +29,14 @@
  • Actions
  • -
  • Details
  • Configuration +
      +
    1. Overview
    2. +
    3. Configuration Files
    4. +
    5. Syntax
    6. +
    7. Substitutions
    8. +
    9. Sample Config File
    10. +
  • Glossary
    @@ -261,12 +267,6 @@
    - - - -
    -
    - @@ -360,6 +360,9 @@ optimization.

  • If the LLVM installation directory (typically /usr/local/llvm contains a sub-directory named etc then that directory will be tried last.
  • +
  • A standard "system" directory will be searched next. This is typically + /etc/llvm on UNIX™ and C:\WINNT on Microsoft + Windows™.
  • If the configuration file sought still can't be found, llvmc will print an error message and exit.
  • @@ -393,8 +396,11 @@ optimization.

    compatible with Java's property files. Here are the syntax rules: