diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2024-09-05 15:51:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 12:51:00 -0700 |
commit | 54b10555c32e9677ce15c408296f92b35cd3d29c (patch) | |
tree | 630027f125e6a6b53c9eeb5d45670ce7a566f0f6 /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | |
parent | 7b760894f247f4fa1b27c01c767c8599c169f996 (diff) | |
download | llvm-54b10555c32e9677ce15c408296f92b35cd3d29c.zip llvm-54b10555c32e9677ce15c408296f92b35cd3d29c.tar.gz llvm-54b10555c32e9677ce15c408296f92b35cd3d29c.tar.bz2 |
[OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454)
If I use commas to delimit architectures in
`LIBOMPTARGET_DEVICE_ARCHITECTURES`, cmake for the runtimes complains:
```
Unknown GPU architecture 'sm_70,sm_80,sm_90'
```
Semicolons are required instead.
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
0 files changed, 0 insertions, 0 deletions