llvm-project
397fdb17 - Enclose code in nondebug in #ifndef NDEBUG/#endif (#142189)

Commit
201 days ago
Enclose code in nondebug in #ifndef NDEBUG/#endif (#142189) A previous change to InterpBuiltin.cpp fixed an unused variable warning by using [[maybe unused]] and (void). The code actually serves no useful purpose in non-debug builds, so let's not include it there.
Parents
Loading