[all-commits] [llvm/llvm-project] 927c74: [OpenMP] Fix assert macro expr
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Oct 29 14:44:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 927c74d4dae5520ea83578261c1bd62eb1837d7d
https://github.com/llvm/llvm-project/commit/927c74d4dae5520ea83578261c1bd62eb1837d7d
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
Log Message:
-----------
[OpenMP] Fix assert macro expr
Summary:
A previous patch changed the check and mistakenly only did `!expr` when
this is a macro expansion and could only apply to the left side of an
expression.
More information about the All-commits
mailing list