LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 39661 - Merge r344516, r344591 into the 7.0 branch
Summary: Merge r344516, r344591 into the 7.0 branch
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: MIPS (show other bugs)
Version: trunk
Hardware: PC All
: P enhancement
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks: release-7.0.1
  Show dependency tree
 
Reported: 2018-11-14 08:36 PST by Simon Atanasyan
Modified: 2018-11-15 21:17 PST (History)
2 users (show)

See Also:
Fixed By Commit(s): r344516 r344591 r347024 r347028


Attachments
Include MCSymbolELF.h into the MipsAsmBackend.cpp (534 bytes, patch)
2018-11-14 08:36 PST, Simon Atanasyan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Atanasyan 2018-11-14 08:36:35 PST
Created attachment 21120 [details]
Include MCSymbolELF.h into the MipsAsmBackend.cpp

Please apply the attached patch and merge the following two revisions to the 7.0 branch. This fixes regression introduced in 7.0.

https://reviews.llvm.org/rL344516
https://reviews.llvm.org/rL344591
Comment 1 Tom Stellard 2018-11-15 21:17:45 PST
Merged: r347024, r347028