diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-04-21 13:26:13 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-04-21 13:27:45 -0500 |
commit | 1c968f7a1f9320416d6ec678a50bd570dce89f0f (patch) | |
tree | ced05160e798fc82d0b4baf1105a5399129fca7b /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | a73cd00d87321a6fb9dc91f952d3ec53b6e4019d (diff) | |
download | llvm-1c968f7a1f9320416d6ec678a50bd570dce89f0f.zip llvm-1c968f7a1f9320416d6ec678a50bd570dce89f0f.tar.gz llvm-1c968f7a1f9320416d6ec678a50bd570dce89f0f.tar.bz2 |
[libc] Ignore unknown CUDA versions for `libc` targeting NVPTX
Summary:
We generally need a CUDA toolchain to build the tests for the GPU `libc`
targeting NVPTX. However, clang will commonly emit warnings on versions
that are too new. We can ignore these in `libc` since we are manually
specifying the `+ptx` version to use whenever we compile. So we do not
need to worry about unexpected changes and we do not depend on any newer
features. So this should not be problematic.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions