diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-03-14 11:08:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 11:08:31 -0500 |
commit | befb52db94cc63558981baac5e58d86ed2ec1f37 (patch) | |
tree | 35d6902f934ca2caa50f0d55ea883afc842755ac /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 999700ca477d77c96e771de0399630db773063d6 (diff) | |
download | llvm-befb52db94cc63558981baac5e58d86ed2ec1f37.zip llvm-befb52db94cc63558981baac5e58d86ed2ec1f37.tar.gz llvm-befb52db94cc63558981baac5e58d86ed2ec1f37.tar.bz2 |
[Clang] Remove use of 'temporary' toolchains for offload deduction (#131332)
Summary:
We need a toolchain to get the GPU architectures when compiling with
OpenMP. This kind of breaks the toolchain model because these are cached
all over the place. Instead of making a new one, just create both of
them unconditionally. It's not like this is saving any work since we
still needed to create both toolchains in the earlier case.
Fixes: https://github.com/llvm/llvm-project/issues/131325
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions