diff options
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2025-09-19 11:51:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-19 11:51:31 +0200 |
commit | 91dba2201ec63907105ffddbea1de82f649d35d8 (patch) | |
tree | 04635e10fa56250b90908df12fb19be267c4c5b8 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | b59d410202d1afb63591e8f78d0fe8b24fb236eb (diff) | |
download | llvm-91dba2201ec63907105ffddbea1de82f649d35d8.zip llvm-91dba2201ec63907105ffddbea1de82f649d35d8.tar.gz llvm-91dba2201ec63907105ffddbea1de82f649d35d8.tar.bz2 |
Fix NDEBUG Wundef warning; NFC (#159539)
The `NDEBUG` macro is tested for defined-ness everywhere else. The
instance here triggers a warning when compiling with `-Wundef`.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions