mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Fix -Wpessimizing-move warning in llvm-config.cpp
llvm-svn: 252542
This commit is contained in:
parent
da90738ed9
commit
e82c9383a4
@ -218,7 +218,7 @@ std::vector<StringRef> GetAllDyLibComponents(const bool IsInDevelopmentTree,
|
||||
/*IncludeNonInstalled=*/IsInDevelopmentTree,
|
||||
GetComponentNames, nullptr, nullptr);
|
||||
|
||||
return std::move(Components);
|
||||
return Components;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user