mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 02:47:10 +00:00
Rui Ueyama
8d083e6a0a
Remove
Ignore
flag from SymbolAssignment class.
Previously, Ignore flag is set if we don't want to assign a value to symbols. It happens if a symbol assingment is in PROVIDE() and there's already a symbol with the same name. The previous code had a subtle but that we assume that the existing symbol is an absolute symbol even if it is not. This patch fixes the issue by always overwriting an absolute symbol. llvm-svn: 277115
Description
llvm with tablegen backend for capstone disassembler
Languages
LLVM
34.8%
C++
32.7%
C
19.6%
Assembly
8.6%
MLIR
1.2%
Other
2.7%