[all-commits] [llvm/llvm-project] 04c1e5: [MC][test] Test Mach-O __TEXT, __gcc_except_tab
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Aug 27 23:36:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04c1e521b9547944333379528e8519f14e4a665c
https://github.com/llvm/llvm-project/commit/04c1e521b9547944333379528e8519f14e4a665c
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-27 (Sun, 27 Aug 2023)
Changed paths:
A llvm/test/MC/MachO/gcc-except-tab.s
R llvm/test/MC/X86/macho-uleb.s
Log Message:
-----------
[MC][test] Test Mach-O __TEXT,__gcc_except_tab
This test is simplified from
lld/test/MachO/compact-unwind-lsda-folding.s, which tests .uleb128 A-B
where A and B are in different fragments (not tested in llvm/).
`.uleb128 Lfunc_end0-Ltmp1` requires evaluateKnownAbsolute in
MCAssembler::relaxLEB to be foldable.
More information about the All-commits
mailing list