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 1054 - Enums attempt to redefine manifest constants in macho writer
Summary: Enums attempt to redefine manifest constants in macho writer
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Common Code Generator Code (show other bugs)
Version: 1.9
Hardware: Macintosh MacOS X
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: build-problem
Depends on:
Blocks:
 
Reported: 2006-12-16 12:03 PST by Scott Michel
Modified: 2010-02-22 12:43 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
Enum/manifest constant fixes for macho writer code. (5.11 KB, patch)
2006-12-16 12:04 PST, Scott Michel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Michel 2006-12-16 12:03:41 PST
Shouldn't try to redefine manifest constants/#defines that system header files
might be providing. See patch.
Comment 1 Scott Michel 2006-12-16 12:04:24 PST
Created attachment 519 [details]
Enum/manifest constant fixes for macho writer code.
Comment 2 Chris Lattner 2006-12-16 14:25:08 PST
Side note: please don't put tags like "(scottm)" into the patches.

Patches applied:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061211/041494.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061211/041493.html

Thanks!!

-Chris