[all-commits] [llvm/llvm-project] 0fd385: [CodeGen] Fixed undeclared MISchedCutoff in case o...
Dmitry Vasilyev via All-commits
all-commits at lists.llvm.org
Mon Aug 8 16:02:39 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 0fd385c1b09cc3d45535b223304137dc23bdade3
https://github.com/llvm/llvm-project/commit/0fd385c1b09cc3d45535b223304137dc23bdade3
Author: Dmitry Vassiliev <dvassiliev at accesssoftek.com>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/MachineScheduler.cpp
Log Message:
-----------
[CodeGen] Fixed undeclared MISchedCutoff in case of NDEBUG and LLVM_ENABLE_ABI_BREAKING_CHECKS
This patch fixes the error llvm/lib/CodeGen/MachineScheduler.cpp(755): error C2065: 'MISchedCutoff': undeclared identifier in case of NDEBUG and LLVM_ENABLE_ABI_BREAKING_CHECKS.
Note MISchedCutoff is declared under #ifndef NDEBUG.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D130425
(cherry picked from commit adc387460d85a371d111bcd3e08fdc8d4f26ddd5)
More information about the All-commits
mailing list