aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2025-03-14 11:08:31 -0500
committerGitHub <noreply@github.com>2025-03-14 11:08:31 -0500
commitbefb52db94cc63558981baac5e58d86ed2ec1f37 (patch)
tree35d6902f934ca2caa50f0d55ea883afc842755ac /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
parent999700ca477d77c96e771de0399630db773063d6 (diff)
downloadllvm-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