Skip to content

[WebAssembly] Skip WASM-specific InstCombine tests properly - #174900

Merged
lukel97 merged 1 commit into
llvm:mainfrom
valadaptive:wasm-fix-tests
Jan 8, 2026
Merged

[WebAssembly] Skip WASM-specific InstCombine tests properly#174900
lukel97 merged 1 commit into
llvm:mainfrom
valadaptive:wasm-fix-tests

Conversation

@valadaptive

Copy link
Copy Markdown
Contributor

Un-breaks the build after #169110.

@llvmbot llvmbot added llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms labels Jan 8, 2026
@llvmbot

llvmbot commented Jan 8, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-llvm-transforms

Author: None (valadaptive)

Changes

Un-breaks the build after #169110.


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

1 Files Affected:

  • (added) llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg (+2)
diff --git a/llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg b/llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
new file mode 100644
index 0000000000000..d5f39ab4dbc8c
--- /dev/null
+++ b/llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "WebAssembly" in config.root.targets:
+    config.unsupported = True

@lukel97
lukel97 merged commit 7565bbe into llvm:main Jan 8, 2026
13 checks passed
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants