aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-06-28 15:21:03 -0400
committerJoseph Huber <jhuber6@vols.utk.edu>2022-06-29 09:34:09 -0400
commit56ab966a04dd22570fcb18276e2409c94e82c571 (patch)
tree980a9dd4a997f10c118cca63f6d4afb6b2595624 /lldb/source/Commands/CommandObjectThread.cpp
parent1ba7f5218ccdc0b4fd836cb4f0d647866f793c87 (diff)
downloadllvm-56ab966a04dd22570fcb18276e2409c94e82c571.zip
llvm-56ab966a04dd22570fcb18276e2409c94e82c571.tar.gz
llvm-56ab966a04dd22570fcb18276e2409c94e82c571.tar.bz2
[CUDA] Stop adding CUDA features twice
We currently call the `addNVPTXFeatures` function in two places, inside of the CUDA Toolchain and inside of Clang in the standard entry point. We normally add features to the job in Clang, so the call inside of the CUDA toolchain is redundant and results in `+ptx` features being added. Since we remove this call, we no longer will have a cached CUDA installation so we will usually create it twice. Reviewed By: tra Differential Revision: https://reviews.llvm.org/D128752
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions