[all-commits] [llvm/llvm-project] 1540da: ABI breaking changes fixes.
Neil Henning via All-commits
all-commits at lists.llvm.org
Tue Jun 15 03:09:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1540da3b788272e9aacc698ef96e75a4a5839ee1
https://github.com/llvm/llvm-project/commit/1540da3b788272e9aacc698ef96e75a4a5839ee1
Author: Neil Henning <neil.henning at unity3d.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M llvm/include/llvm/Passes/StandardInstrumentations.h
M llvm/include/llvm/Support/GenericDomTreeConstruction.h
M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Passes/StandardInstrumentations.cpp
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
ABI breaking changes fixes.
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).
Differential Revision: https://reviews.llvm.org/D104216
More information about the All-commits
mailing list