diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2025-05-01 12:10:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 12:10:15 -0500 |
commit | 35c76eb195990865ee63a0aba3c18ad3c4189e73 (patch) | |
tree | 17b7d8babf6b9ba31ca458ad922bd18231c64e0f /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | f24606376d449fa14bc72953951c52005f590434 (diff) | |
download | llvm-35c76eb195990865ee63a0aba3c18ad3c4189e73.zip llvm-35c76eb195990865ee63a0aba3c18ad3c4189e73.tar.gz llvm-35c76eb195990865ee63a0aba3c18ad3c4189e73.tar.bz2 |
[flang][OpenMP] Always set "openmp_flags" (#138153)
Many OpenMP tests use "%openmp_flags" in the RUN line. In many OpenMP
lit tests this variable is expected to at least have "-fopenmp" in it.
However, in the lit config this variable was only given a value when the
OpenMP runtime build was enabled.
If the runtime build was not enabled, %openmp_flags would expand to an
empty string, and unless a lit test specifically used -fopenmp in the
RUN line, OpenMP would be disabled.
This patch sets %openmp_flags to start with "-fopenmp" regardless of the
build configuration.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions