Skip to content

Fix build break for https://github.com/llvm/llvm-project/pull/89884#100050

Merged
kyulee-com merged 1 commit into
llvm:mainfrom
kyulee-com:llvm-cgdata-fix
Jul 23, 2024
Merged

Fix build break for https://github.com/llvm/llvm-project/pull/89884#100050
kyulee-com merged 1 commit into
llvm:mainfrom
kyulee-com:llvm-cgdata-fix

Conversation

@kyulee-com

@kyulee-com kyulee-com commented Jul 23, 2024

Copy link
Copy Markdown
Contributor
  • A missing header

 - A missing header
 - Incorrect use of std::move
@alx32

alx32 commented Jul 23, 2024

Copy link
Copy Markdown
Contributor

In the description it says "Incorrect use of std::move" - what is that referring to ? I only see the added header in the change.

@kyulee-com

Copy link
Copy Markdown
Contributor Author

In the description it says "Incorrect use of std::move" - what is that referring to ? I only see the added header in the change.

Someone already fixed in the main. So effectively only the first remains.

@kyulee-com

Copy link
Copy Markdown
Contributor Author

In the description it says "Incorrect use of std::move" - what is that referring to ? I only see the added header in the change.

Someone already fixed in the main. So effectively only the first remains.

commit 1f8b2b1
Author: Jie Fu jiefu@tencent.com
Date: Tue Jul 23 09:33:47 2024 +0800

[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)

@alx32 alx32 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kyulee-com kyulee-com merged commit c33878c into llvm:main Jul 23, 2024
gulfemsavrun added a commit that referenced this pull request Jul 23, 2024
This reverts commit d3fb41d
and forward fix patches because of the issue explained in:
#89884 (comment).

Revert "Fix tests for #89884
(#100061)"

This reverts commit 67937a3.

Revert "Fix build break for #89884 (#100050)"

This reverts commit c33878c.

Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)"

This reverts commit 1f8b2b1.
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary: - A missing header

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251146
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
This reverts commit d3fb41d
and forward fix patches because of the issue explained in:
#89884 (comment).

Revert "Fix tests for #89884
(#100061)"

This reverts commit 67937a3.

Revert "Fix build break for #89884 (#100050)"

This reverts commit c33878c.

Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)"

This reverts commit 1f8b2b1.
llvmbot pushed a commit to llvmbot/llvm-project that referenced this pull request Aug 14, 2024
This reverts commit d3fb41d
and forward fix patches because of the issue explained in:
llvm#89884 (comment).

Revert "Fix tests for llvm#89884
(llvm#100061)"

This reverts commit 67937a3.

Revert "Fix build break for llvm#89884 (llvm#100050)"

This reverts commit c33878c.

Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)"

This reverts commit 1f8b2b1.

(cherry picked from commit 73d7897)
tru pushed a commit to llvmbot/llvm-project that referenced this pull request Aug 19, 2024
This reverts commit d3fb41d
and forward fix patches because of the issue explained in:
llvm#89884 (comment).

Revert "Fix tests for llvm#89884
(llvm#100061)"

This reverts commit 67937a3.

Revert "Fix build break for llvm#89884 (llvm#100050)"

This reverts commit c33878c.

Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)"

This reverts commit 1f8b2b1.

(cherry picked from commit 73d7897)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants