[all-commits] [llvm/llvm-project] 3746bd: [OMPIRBuilder][NFC] Fix build failure after 151306...
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Mon Aug 11 11:47:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3746bd21cbdc6cee47a6c810fed89654745ccdfb
https://github.com/llvm/llvm-project/commit/3746bd21cbdc6cee47a6c810fed89654745ccdfb
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2025-08-11 (Mon, 11 Aug 2025)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OMPIRBuilder][NFC] Fix build failure after 151306. (#153061)
A function added in pr#151306 was under NDEBUG macro which caused the
build to fail in certain cases. It has been moved out of the #ifdef
check to ensure it is always compiled.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list