Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[WebAssembly] Remove an unused using decl (NFC) #138432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kazutakahirata
Copy link
Contributor

The "using" decl seems to be unused since it was first introduced in:

commit a8e1135
Author: Heejin Ahn [email protected]
Date: Thu Jan 9 22:36:10 2025 -0800

The "using" decl seems to be unused since it was first introduced in:

  commit a8e1135
  Author: Heejin Ahn <[email protected]>
  Date:   Thu Jan 9 22:36:10 2025 -0800
@llvmbot
Copy link
Member

llvmbot commented May 4, 2025

@llvm/pr-subscribers-backend-webassembly

Author: Kazu Hirata (kazutakahirata)

Changes

The "using" decl seems to be unused since it was first introduced in:

commit a8e1135
Author: Heejin Ahn <[email protected]>
Date: Thu Jan 9 22:36:10 2025 -0800


Full diff: https://github.com/llvm/llvm-project/pull/138432.diff

1 Files Affected:

  • (modified) llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp (-1)
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
index 873d2c59dc18c..cc96d7b2293f4 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
@@ -401,7 +401,6 @@ using WebAssembly::WasmEnableEH;
 using WebAssembly::WasmEnableEmEH;
 using WebAssembly::WasmEnableEmSjLj;
 using WebAssembly::WasmEnableSjLj;
-using WebAssembly::WasmUseLegacyEH;
 
 static void basicCheckForEHAndSjLj(TargetMachine *TM) {
 

@kazutakahirata kazutakahirata merged commit 5f4bc43 into llvm:main May 4, 2025
13 checks passed
@kazutakahirata kazutakahirata deleted the cleanup_001_WasmUseLegacyEH branch May 4, 2025 14:56
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
The "using" decl seems to be unused since it was first introduced in:

  commit a8e1135
  Author: Heejin Ahn <[email protected]>
  Date:   Thu Jan 9 22:36:10 2025 -0800
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
The "using" decl seems to be unused since it was first introduced in:

  commit a8e1135
  Author: Heejin Ahn <[email protected]>
  Date:   Thu Jan 9 22:36:10 2025 -0800
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
The "using" decl seems to be unused since it was first introduced in:

  commit a8e1135
  Author: Heejin Ahn <[email protected]>
  Date:   Thu Jan 9 22:36:10 2025 -0800
GeorgeARM pushed a commit to GeorgeARM/llvm-project that referenced this pull request May 7, 2025
The "using" decl seems to be unused since it was first introduced in:

  commit a8e1135
  Author: Heejin Ahn <[email protected]>
  Date:   Thu Jan 9 22:36:10 2025 -0800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants