[all-commits] [llvm/llvm-project] 3a72bc: [BOLT] Fix build issues after #69836 (#70087)
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 11:47:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a72bcbf333c2a75b5f784e0aaedc5586e15f48e
https://github.com/llvm/llvm-project/commit/3a72bcbf333c2a75b5f784e0aaedc5586e15f48e
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M bolt/lib/Core/BinaryContext.cpp
Log Message:
-----------
[BOLT] Fix build issues after #69836 (#70087)
Fix clang build (`return Error => return std::move(Error)`)
More information about the All-commits
mailing list