MCELF::GetType() returns an enumeration but it was being treated as a bitmask.
This fixes LNT SingleSource/UnitTests/Threads with -mthumb
Paths
| Differential D4324
ARM: take care not to set the ThumbFunc bit on TLS data symbols ClosedPublic Authored by scott-0 on Jun 27 2014, 7:04 AM.
Details Summary MCELF::GetType() returns an enumeration but it was being treated as a bitmask. This fixes LNT SingleSource/UnitTests/Threads with -mthumb
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 27 2014, 7:11 AM
Revision Contents
Diff 10932 include/llvm/MC/MCELFSymbolFlags.h
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
test/MC/ARM/thumb-types.s
|