[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)
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]