[PATCH] D104216: NDEBUG ABI breaking changes fixes.
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 04:32:39 PDT 2021
sheredom created this revision.
sheredom added a reviewer: aeubanks.
Herald added subscribers: dexonsmith, hiraditya.
sheredom requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This commit mostly just replaces bad uses of `NDEBUG` with uses of `LLVM_ENABLE_ABI_BREAKING_CHANGES` - the safe way to include ABI breaking changes (normally extra struct elements in headers).
Reid Kleckner suggested that Arthur Eubanks would the correct reviewer for this patch, so adding them!
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104216
Files:
llvm/include/llvm/Passes/StandardInstrumentations.h
llvm/include/llvm/Support/GenericDomTreeConstruction.h
llvm/include/llvm/Transforms/Scalar/JumpThreading.h
llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
llvm/lib/Passes/StandardInstrumentations.cpp
llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104216.351827.patch
Type: text/x-patch
Size: 7632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210614/31d753da/attachment.bin>
More information about the llvm-commits
mailing list