[PATCH] D71203: [llvm-readobj][test] - Move platform specific test cases and their inputs to separate folders.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 23:21:35 PST 2019


grimar added a comment.

In D71203#1775480 <https://reviews.llvm.org/D71203#1775480>, @sbc100 wrote:

> Would mind calling the WebAssembly subdirectory just "wasm".    I know we currently have a bit of a mix of WebAssembly, wasm and Wasm in the codebase.  I'm hoping to reduce this to just WebAssembly (for the target arch) and wasm (for the container format).


But there is no "WebAssembly" subdirectory in this patch :) it has the following structure:

test\tools\llvm-readobj:

  --> COFF
          |
          ---> Inputs
  
  --> ELF
         |
         ---> AArch64
         |
         ---> ARM
         |
         ---> Inputs
  
  --> MachO
          |
          ---> Inputs
  
  --> WASM
          |
          ---> Inputs

I'll rename `WASM` to `wasm`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71203/new/

https://reviews.llvm.org/D71203





More information about the llvm-commits mailing list