[all-commits] [llvm/llvm-project] 2c63e7: [XCOFF][AIX] Alternative path in EHStreamer for pl...
jasonliudev via All-commits
all-commits at lists.llvm.org
Wed Dec 2 12:04:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c63e7604c87d97723919ca00d80ea38cddca8f9
https://github.com/llvm/llvm-project/commit/2c63e7604c87d97723919ca00d80ea38cddca8f9
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2020-12-02 (Wed, 02 Dec 2020)
Changed paths:
M llvm/include/llvm/MC/MCAsmInfo.h
M llvm/include/llvm/Target/TargetLoweringObjectFile.h
M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
M llvm/lib/MC/MCAsmInfo.cpp
M llvm/lib/MC/MCAsmInfoXCOFF.cpp
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/test/CodeGen/PowerPC/aix-exception.ll
A llvm/test/CodeGen/X86/gnu-eh-alternative.ll
Log Message:
-----------
[XCOFF][AIX] Alternative path in EHStreamer for platforms do not have uleb128 support
Summary:
Not all system assembler supports `.uleb128 label2 - label1` form.
When the target do not support this form, we have to take
alternative manual calculation to get the offsets from them.
Reviewed By: hubert.reinterpretcast
Diffierential Revision: https://reviews.llvm.org/D92058
More information about the All-commits
mailing list