[LLVMbugs] [Bug 17554] New: we should reject conflicting section flags
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 11 13:17:31 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17554
Bug ID: 17554
Summary: we should reject conflicting section flags
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
We should probably reject things like
@i2 = constant i32 30, section "INITDATA", align 4
@i1 = global i32 0, section "INITDATA", align 4
since the sections cannot be ro and rw at the same time.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131011/84189c1a/attachment.html>
More information about the llvm-bugs
mailing list