diff options
author | parabola94 <heavybaby5000@toki.waseda.jp> | 2025-08-07 00:04:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 16:04:32 +0100 |
commit | a9dacb10fe7db908f1305757820497de65626a46 (patch) | |
tree | b9b652f7ced6bc589b5c3d2d30969db88cdb1521 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | f092b820d174f2b17713cf336ac98108e59d334a (diff) | |
download | llvm-a9dacb10fe7db908f1305757820497de65626a46.zip llvm-a9dacb10fe7db908f1305757820497de65626a46.tar.gz llvm-a9dacb10fe7db908f1305757820497de65626a46.tar.bz2 |
[flang] Add -O flag to tco (#151869)
At the moment, there is no established way to emit LLVM IR before
optimization in LLVM. tco can partially does, but the optimization level
is fixed to 2. This patch adds -O flag to tco.
Note that this is not completely equivalent to the frontend option. tco
does not accept -O flag without numbers, and the default optimization
level is not 0 but 2.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions