[PATCH] D88635: [llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test.
Luqman Aden via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 02:29:43 PDT 2020
luqmana updated this revision to Diff 295501.
luqmana added a comment.
Add newline at the end of new test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88635/new/
https://reviews.llvm.org/D88635
Files:
llvm/test/tools/llvm-readobj/COFF/tls-directory.test
Index: llvm/test/tools/llvm-readobj/COFF/tls-directory.test
===================================================================
--- llvm/test/tools/llvm-readobj/COFF/tls-directory.test
+++ llvm/test/tools/llvm-readobj/COFF/tls-directory.test
@@ -12,4 +12,4 @@
CHECK: Characteristics [ (0x300000)
CHECK: IMAGE_SCN_ALIGN_4BYTES (0x300000)
CHECK: ]
-CHECK: }
\ No newline at end of file
+CHECK: }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88635.295501.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/ccf8fc32/attachment.bin>
More information about the llvm-commits
mailing list