[PATCH] D146776: [llvm] Preliminary fat-lto-objects support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 12:56:02 PDT 2023
MaskRay added inline comments.
================
Comment at: llvm/test/Transforms/EmbedBitcode/embed.ll:24
+; RUN: | llc --mtriple x86_64-unknown-linux-gnu -filetype=obj \
+; RUN: | llvm-readobj - --sections --elf-output-style=JSON --pretty-print \
+; RUN: | FileCheck %s --check-prefix=EXCLUDE
----------------
`--elf-output-style=JSON --pretty-print ` is not normal. `llvm-readelf -S` output is much conciser.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146776/new/
https://reviews.llvm.org/D146776
More information about the llvm-commits
mailing list