From: Chris Lattner Date: Thu, 23 Oct 2003 03:55:23 +0000 (+0000) Subject: Minor edits X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e38c628939096fba620533d4929ad1fb573e370f;hp=c3afd9bf4bb06516b73645d6e0a73ae740433601 Minor edits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9399 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 0367dd804d8..080153fe8ce 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -71,7 +71,7 @@ good GCC hacker.

% gmake all; gmake install -

Common Problem 1: You may get error messages regarding the fact +

Common Problem: You may get error messages regarding the fact that LLVM does not support inline assembly. Here are two common fixes:

@@ -88,19 +88,26 @@ good GCC hacker.

and apply a patch so that it does not use inline assembly.

-

Common Problem 2: FIXME: Chris should add a section about - common problems porting to a new architecture, including changes you - might have to make to the gcc/gcc/config/name-of-cpu - directory. For example (expand these):

+

Porting to a new architecture: If you are porting the new front-end + to a new architecture, or compiling in a different configuration that we have + previously, there are probably several changes you will have to make to the GCC + target to get it to work correctly. These include:

@@ -129,8 +136,8 @@ libgcc.a library, which you can find by running
  • Test the newly-installed C frontend by one or more of the following means: