[PATCH] D88635: [llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 03:36:44 PDT 2020
grimar added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/COFF/tls-directory.test:4
+# $ cl has-tls.c /link
+RUN: llvm-readobj --coff-tls-directory %p/Inputs/has-tls.exe | FileCheck %s
+
----------------
Is it possible to use yaml2obj and a YAML description instead of using a precompiled binary?
(I'd expect that you should be able to use obj2yaml tool on has-tls.exe and then reduce its output to prepare a little YAML test input).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88635/new/
https://reviews.llvm.org/D88635
More information about the llvm-commits
mailing list