diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-02-14 14:01:04 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-02-14 15:34:18 -0500 |
commit | 48e3dcecc4259fc50451e9d12a352c7d513e85eb (patch) | |
tree | ef331668a7f4f042f975b13a9e9b68cbec263d0c /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | ad40cc14a8b728dedc20c9397489bda50185b176 (diff) | |
download | llvm-48e3dcecc4259fc50451e9d12a352c7d513e85eb.zip llvm-48e3dcecc4259fc50451e9d12a352c7d513e85eb.tar.gz llvm-48e3dcecc4259fc50451e9d12a352c7d513e85eb.tar.bz2 |
[Libomptarget][NFC] Remove constexpr to hide warnings
Currently whenever we compile the device runtime we get the following
'Mapping.cpp:32:32: warning: inline function '_OMP::impl::getGridValue'
is not defined [-Wundefined-inline]' warning. This can be silenced by
removing the constexpr attribute for this function. Doing this doesn't
change the generated bitcode at all but prevents the screen from getting
filled with warnings whenver we build the runtime.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D119747
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions