[all-commits] [llvm/llvm-project] 6214be: [WebAssembly] Remove unused FileCheck test prefixes
Thomas Lively via All-commits
all-commits at lists.llvm.org
Thu Oct 29 13:38:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6214be3a4ab9ee89c837e2054923d0020060170e
https://github.com/llvm/llvm-project/commit/6214be3a4ab9ee89c837e2054923d0020060170e
Author: Thomas Lively <tlively at google.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M llvm/test/CodeGen/WebAssembly/call.ll
M llvm/test/CodeGen/WebAssembly/load-ext-atomic.ll
M llvm/test/CodeGen/WebAssembly/load-ext.ll
M llvm/test/CodeGen/WebAssembly/load-store-i1.ll
M llvm/test/CodeGen/WebAssembly/simd-comparisons.ll
M llvm/test/CodeGen/WebAssembly/store-trunc-atomic.ll
M llvm/test/CodeGen/WebAssembly/store-trunc.ll
Log Message:
-----------
[WebAssembly] Remove unused FileCheck test prefixes
This commit removes unused FileCheck prefixes from WebAssembly test files to
avoid causing test failures once FileCheck disallows unused prefixes by default.
See D90281 and the corresponding llvm-dev thread for context.
Reviewed By: aardappel
Differential Revision: https://reviews.llvm.org/D90416
More information about the All-commits
mailing list