[all-commits] [llvm/llvm-project] 861abb: [Analysis] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Jan 17 13:36:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 861abbed4d97a53e1d641e54d00cff1edce6523f
https://github.com/llvm/llvm-project/commit/861abbed4d97a53e1d641e54d00cff1edce6523f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M llvm/lib/Analysis/TrainingLogger.cpp
Log Message:
-----------
[Analysis] Fix a warning
This patch fixes:
llvm/include/llvm/Analysis/Utils/TrainingLogger.h:94:14: error:
private field 'IncludeReward' is not used
[-Werror,-Wunused-private-field]
Commit: c151e8428a29a5579557985e16244c35e8bc76dd
https://github.com/llvm/llvm-project/commit/c151e8428a29a5579557985e16244c35e8bc76dd
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
R compiler-rt/lib/orc/interval_map.h
M compiler-rt/lib/orc/macho_platform.cpp
M compiler-rt/lib/orc/tests/unit/CMakeLists.txt
R compiler-rt/lib/orc/tests/unit/interval_map_test.cpp
Log Message:
-----------
Revert "[ORC-RT] Add IntervalMap and IntervalSet collections."
This reverts commit ab59185fbfb15c9ce5a64e3aacd3a8c7f6a97621.
It looks like this commit is missing interval_set_test.cpp.
Compare: https://github.com/llvm/llvm-project/compare/b8c06f15de7d...c151e8428a29
More information about the All-commits
mailing list