Skip to content

Commit

Permalink
Update permalink to refactored OMRFrontEnd.cpp in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daryl Maier <[email protected]>
  • Loading branch information
0xdaryl committed Nov 12, 2024
1 parent 6928a5a commit f8ed87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/compiler/CompilerOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is available at https://www.apache.org/licenses/LICENSE-2.0.
This Source Code may also be made available under the following
Secondary Licenses when the conditions for such availability set
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
General Public License, version 2 with the GNU Classpath
General Public License, version 2 with the GNU Classpath
Exception [1] and GNU General Public License, version 2 with the
OpenJDK Assembly Exception [2].
Expand Down Expand Up @@ -104,8 +104,8 @@ behavior of the compiler. This section does not exhaustively list all the option
or their categories. To see all of the available options to control the compiler,
please see the options listed in
[`<omr-root-dir>/compiler/control/OMROptions.cpp`](https://github.com/eclipse/omr/blob/e2f65411e67d21ef04e2062a8945e604d82cb19e/compiler/control/OMROptions.cpp#L98)
and
[`<omr-root-dir>/compiler/env/FEBase.cpp`](https://github.com/eclipse/omr/blob/e2f65411e67d21ef04e2062a8945e604d82cb19e/compiler/env/FEBase.cpp#L235)
and
[`<omr-root-dir>/compiler/env/OMRFrontEnd.cpp`](https://github.com/eclipse-omr/omr/blob/6928a5a6a7a651e111ebe404bd8909a6f735a0b4/compiler/env/OMRFrontEnd.cpp#L198)
The purpose of listing the options in this document is to give you an insight
into the level of control you have over the compiler through the options rather
Expand Down

0 comments on commit f8ed87e

Please sign in to comment.