[PATCH] D116462: [SPIRV 3/6] Add MC layer, object file support and InstPrinter

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 14:08:27 PST 2022


iliya-diyachkov added a comment.

I have resolved the last clang-format issue by changing the code style for all Triples in getObjectFormatTypeName(). Also the updated patch fixes builds with shared libs, which Fangrui Song proposed to check.

This patch  does not cause "x64 debian fail" (9 failed tests in libarcher :: races) since I see other builds that fail with the same issue.


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

https://reviews.llvm.org/D116462



More information about the llvm-commits mailing list