[all-commits] [llvm/llvm-project] 8ee6c0: [MC] Remove isThumbFunc special case
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Aug 10 13:15:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ee6c0ea0bf30f1f1da6b49ee720b933f9676a30
https://github.com/llvm/llvm-project/commit/8ee6c0ea0bf30f1f1da6b49ee720b933f9676a30
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/lib/MC/MCExpr.cpp
Log Message:
-----------
[MC] Remove isThumbFunc special case
The special case from 9746286beca2539438e0a6b783e106bc359036ca (2011)
seems irrelevant nowadays. It is actually incorrect because GNU
assembler does not set the least significant bit for `.long thumb - .`.
More information about the All-commits
mailing list