[all-commits] [llvm/llvm-project] 2c6a4e: [OpenMP] Use the assertion formatting from assert.h
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Oct 29 13:44:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c6a4e5678c286c8b1129d66ccf24a828a6a0414
https://github.com/llvm/llvm-project/commit/2c6a4e5678c286c8b1129d66ccf24a828a6a0414
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Debug.h
M openmp/libomptarget/DeviceRTL/src/Debug.cpp
Log Message:
-----------
[OpenMP] Use the assertion formatting from assert.h
This patch changes the `assert_assume` function used for internal
assumptions in the device runtime to use a more standard formatting for
the assumption message.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D112842
More information about the All-commits
mailing list