mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
28e82b6565
-t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf. The confusing option should not be used since we aim for improving compatibility. Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.test llvm-svn: 359661
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
# RUN: yaml2obj %s | not llvm-readobj --symbols - 2>&1 | FileCheck %s
|
|
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x0000000c
|
|
|
|
# CHECK: error: '<stdin>': Bad version number
|