[all-commits] [llvm/llvm-project] fda430: [ORC] Fix race condtition in CoreAPIsTest.
lhames via All-commits
all-commits at lists.llvm.org
Fri May 21 21:13:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda4300da8296ed831b3975a49f217a630045760
https://github.com/llvm/llvm-project/commit/fda4300da8296ed831b3975a49f217a630045760
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Log Message:
-----------
[ORC] Fix race condtition in CoreAPIsTest.
This test has been failing intermittently on some builders, probably due to a
race on the WorkThreads vector. This patch should fix that.
Commit: 20634ece159ba60c694149fef95ca13f8a10cc63
https://github.com/llvm/llvm-project/commit/20634ece159ba60c694149fef95ca13f8a10cc63
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Fix debugging output: printDescription should not have a newline.
Commit: 4272fca2db9c27ab836082f796d281e5e68b0638
https://github.com/llvm/llvm-project/commit/4272fca2db9c27ab836082f796d281e5e68b0638
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
Log Message:
-----------
[ORC] Check for underflow on SymbolStringPtr ref-counts.
Compare: https://github.com/llvm/llvm-project/compare/7f0acc4e4f97...4272fca2db9c
More information about the All-commits
mailing list