[llvm] [AArch64][BOLT] Ensure tentative code layout for cold BBs runs. (PR #96609)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 07:33:42 PDT 2024


paschalis-mpeis wrote:

> the change looks good to me, but I believe the test case will fail on non-debug builds because LLVM_DEBUG will be a no-op and the expected string wouldn't be printed.

Thanks @maksfb. The test should now run only when compiled with assertions.

https://github.com/llvm/llvm-project/pull/96609


More information about the llvm-commits mailing list