[all-commits] [llvm/llvm-project] 498bf3: Revert "Workaround an assertion failure during mod...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Jan 13 06:51:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 498bf3424d011235d420e02e80e135fae646d537
https://github.com/llvm/llvm-project/commit/498bf3424d011235d420e02e80e135fae646d537
Author: Erich Keane <erich.keane at intel.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
M llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
Log Message:
-----------
Revert "Workaround an assertion failure during module build"
This reverts commit e77e14ecf17bba5f9e2ef43d8c3dbc9c86685287.
According to @rsmith on https://reviews.llvm.org/D131858, he believes
the reason for this workaround in the firstplace has been fixed.
Reverting the workaround to hopefully confirm that is the case.
More information about the All-commits
mailing list