[all-commits] [llvm/llvm-project] 845d83: [test] Add --show-all-symbols to some llvm-objdump...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jul 27 19:34:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 845d83d85fbcbcac09563c5c34b12a70a5cac465
https://github.com/llvm/llvm-project/commit/845d83d85fbcbcac09563c5c34b12a70a5cac465
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll
M llvm/test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-arm.ll
M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-thumb.ll
M llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll
Log Message:
-----------
[test] Add --show-all-symbols to some llvm-objdump -d commands
llvm-objdump -d will be changed to not display mapping symbols by
default (D156190).
Add --show-all-symbols to make the intent clearer and prevent test
adjustment with the new behavior.
More information about the All-commits
mailing list