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 1020 - CBE throw exception compiling inline asm
Summary: CBE throw exception compiling inline asm
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: C (show other bugs)
Version: 1.8
Hardware: Macintosh MacOS X
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: compile-fail, regression
Depends on:
Blocks:
 
Reported: 2006-11-28 15:38 PST by Chris Lattner
Modified: 2010-02-22 12:53 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments
.bc file (46.77 KB, application/octet-stream)
2006-11-28 15:39 PST, Chris Lattner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2006-11-28 15:38:35 PST
Andrew, with your recent patches, the following .bc throws an exception due to some broken string 
manipulation.

llc -march=c foo.bc

-Chris
Comment 1 Chris Lattner 2006-11-28 15:39:46 PST
Created attachment 480 [details]
.bc file

this is from hexxagon
Comment 3 Chris Lattner 2006-11-28 16:28:36 PST
thx!