[all-commits] [llvm/llvm-project] 434645: DWARF: Simplify the way the return PC is attached ...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Jan 15 14:20:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 43464509fcedef667aee17b74c19cc08b65aa0ae
https://github.com/llvm/llvm-project/commit/43464509fcedef667aee17b74c19cc08b65aa0ae
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Log Message:
-----------
DWARF: Simplify the way the return PC is attached to call site tags, NFC
This cleanup was suggested by Djordje in D72489.
Commit: 5aeb6798f268f74dc8b0bf5bb75b9c57ec938548
https://github.com/llvm/llvm-project/commit/5aeb6798f268f74dc8b0bf5bb75b9c57ec938548
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
R llvm/test/tools/dsymutil/Inputs/call-site-entry.c
R llvm/test/tools/dsymutil/Inputs/call-site-entry.macho.x86_64
R llvm/test/tools/dsymutil/Inputs/call-site-entry.macho.x86_64.o
A llvm/test/tools/dsymutil/X86/Inputs/call-site-entry.c
A llvm/test/tools/dsymutil/X86/Inputs/call-site-entry.macho.x86_64
A llvm/test/tools/dsymutil/X86/Inputs/call-site-entry.macho.x86_64.o
A llvm/test/tools/dsymutil/X86/call-site-entry-linking.test
R llvm/test/tools/dsymutil/call-site-entry-linking.test
Log Message:
-----------
[test] Move call-site-entry-linking.test into test/tools/dsymutil/X86
This should fix a failure on the clang-cmake-armv7-quick bot.
Compare: https://github.com/llvm/llvm-project/compare/8a4d12ae5b3e...5aeb6798f268
More information about the All-commits
mailing list