[clang][CodeGen] Move WebAssembly specific tests to WebAssembly subtarget folder
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 20 Nov 2020 12:02:57 +0000 (12:02 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 20 Nov 2020 12:03:28 +0000 (12:03 +0000)
commit822c5c50849a1f762c920d59baaa6a6edbb657ee
tree36db0c3f1a8cef2fa3cd8a1ff6960419c35f4fea
parent2f1fe9a3a60d6f18998c5f3b7e643d4cbaa4e65d
[clang][CodeGen] Move WebAssembly specific tests to WebAssembly subtarget folder

Minor cleanup to move more target specific tests out of the root codegen test folder
clang/test/CodeGen/WebAssembly/wasm-arguments.c [moved from clang/test/CodeGen/wasm-arguments.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-call-main.c [moved from clang/test/CodeGen/wasm-call-main.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-export-name.c [moved from clang/test/CodeGen/wasm-export-name.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-import-module.c [moved from clang/test/CodeGen/wasm-import-module.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-import-name.c [moved from clang/test/CodeGen/wasm-import-name.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-main.c [moved from clang/test/CodeGen/wasm-main.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-main_argc_argv.c [moved from clang/test/CodeGen/wasm-main_argc_argv.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-regparm.c [moved from clang/test/CodeGen/wasm-regparm.c with 100% similarity]
clang/test/CodeGen/WebAssembly/wasm-varargs.c [moved from clang/test/CodeGen/wasm-varargs.c with 100% similarity]