diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-27 11:25:16 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-27 11:25:16 +0000 |
commit | c9d9b92dc119dbfce7201100991a281d93f4f191 (patch) | |
tree | db3f92f6e9e017e0d35705b8ae7f406b66dac5fb /llvm/docs/FAQ.html | |
parent | b9e35fbc1ef10d4fd1ab8f174933e5501e952184 (diff) | |
download | bcm5719-llvm-c9d9b92dc119dbfce7201100991a281d93f4f191.tar.gz bcm5719-llvm-c9d9b92dc119dbfce7201100991a281d93f4f191.zip |
llvm/docs/*.html: Fix markups.
llvm-svn: 153508
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 7294cdd1a42..74e85347d11 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -140,6 +140,8 @@ </h2> <!-- *********************************************************************** --> +<div> + <div class="question"> <p>Why are the LLVM source code and the front-end distributed under different licenses?</p> @@ -185,12 +187,16 @@ GPL, as explained in the first question above.</p> </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="source">Source Code</a> </h2> <!-- *********************************************************************** --> +<div> + <div class="question"> <p>In what language is LLVM written?</p> </div> @@ -223,12 +229,16 @@ LLVM have been ported to a plethora of platforms.</p> </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="build">Build Problems</a> </h2> <!-- *********************************************************************** --> +<div> + <div class="question"> <p>When I run configure, it finds the wrong C compiler.</p> </div> @@ -435,11 +445,15 @@ Stop. <p>We regret the inconvenience.</p> </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="felangs">Source Languages</a> </h2> +<div> + <div class="question"> <p><a name="langs">What source languages are supported?</a></p> </div> @@ -540,11 +554,15 @@ Stop. Instruction</a>.</p> </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="cfe">Using the GCC Front End</a> </h2> +<div> + <div class="question"> <p>When I compile software that uses a configure script, the configure script thinks my system has all of the header files and libraries it is testing for. @@ -697,11 +715,15 @@ Stop. order to have the result conform to the platform ABI.</p> </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="cfe_code">Questions about code generated by the GCC front-end</a> </h2> +<div> + <div class="question"> <p><a name="iosinit">What is this <tt>llvm.global_ctors</tt> and <tt>_GLOBAL__I__tmp_webcompile...</tt> stuff that happens when I <tt>#include @@ -907,6 +929,8 @@ F.i: </div> +</div> + <!-- *********************************************************************** --> <hr> |