[all-commits] [llvm/llvm-project] 309023: [Clang][OpenMP] Rework recently moved getTargetEnt...
agozillon via All-commits
all-commits at lists.llvm.org
Wed Jun 7 12:31:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 309023263dba3b02bc885101faa47d110f662f99
https://github.com/llvm/llvm-project/commit/309023263dba3b02bc885101faa47d110f662f99
Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[Clang][OpenMP] Rework recently moved getTargetEntryUniqueInfo to fix incorrect error breaking sanitizer
This move was done by https://reviews.llvm.org/rGcda46cc4f921f6b288c57a68b901ec2f57134606 and may be the issue causing the sanitizer to fail. But in either case, it is an invalid assert that required some changes to function correctly.
More information about the All-commits
mailing list