Skip to content

Commit

Permalink
Put URL as footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
lamida committed Aug 14, 2021
1 parent 54b939d commit c2f8250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Chapters/Chapter3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ \subsection{Intermediate Representation}
contains LLVM instructions. We group instructions into basic blocks: containers
for instructions that execute sequentially. This arrangement explicitly
represents the application control-flow graph (CFG) in the IR. The details of
LLVM IR is available in the Language Reference~\cite{LLVMLanguageReferencea}.
LLVM IR is available in the Language
Reference.~\footnote{\url{https://llvm.org/docs/LangRef.html}}

\begin{listing}[ht!]
\inputminted[
Expand Down Expand Up @@ -258,9 +259,10 @@ \subsection{LLVM API}
LLVM API uses many C++ features and libraries such as Standard Template Library
(STL). The API also provides many ready to use data structure which is not
available in the STL. A more broad discussion on the important elements of the
API is available in the Programmers Manual~\cite{LLVMProgrammerManuala}. We also
API is available in the Programmers
Manual.~\footnote{\url{https://llvm.org/docs/ProgrammersManual.html}} We also
can refer to the Complete API documentation in the Doxygen
page~\cite{LLVMLLVMa}.
page.~\footnote{\url{https://llvm.org/doxygen/}}

\subsubsection{Module}

Expand Down
2 changes: 0 additions & 2 deletions Chapters/Chapter5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ \chapter{Results} % Main chapter title
$8.32$~\cite{CoreutilsCoreutils2021}. Coreutils is a suite of Unix utilities for
file, shell, and text manipulation.



\section{Running LLVM Pass}
\label{sec:running-llvm-pass}

Expand Down
Binary file modified main.pdf
Binary file not shown.

0 comments on commit c2f8250

Please sign in to comment.