[all-commits] [llvm/llvm-project] 96b8e1: [lldb] Fix eh-frame-small-fde test for changes in lld
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Jan 13 02:15:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96b8e1ac4674dd3035b6cc7b1b7ed8b946208ab1
https://github.com/llvm/llvm-project/commit/96b8e1ac4674dd3035b6cc7b1b7ed8b946208ab1
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M lldb/test/Shell/Unwind/Inputs/eh-frame-small-fde.s
Log Message:
-----------
[lldb] Fix eh-frame-small-fde test for changes in lld
lld in 2bfee35 started emitting relocations for some intra-section jumps
between global symbols. This shifted the code around a bit, invalidating
text expectations.
Change the symbols to local to keep the previous behavior.
More information about the All-commits
mailing list