aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-02-14 14:01:04 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-02-14 15:34:18 -0500
commit48e3dcecc4259fc50451e9d12a352c7d513e85eb (patch)
treeef331668a7f4f042f975b13a9e9b68cbec263d0c /lldb/source/Commands/CommandObjectCommands.cpp
parentad40cc14a8b728dedc20c9397489bda50185b176 (diff)
downloadllvm-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