[LLVMbugs] [Bug 14758] New: asan does not compile on OS X
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 31 00:33:24 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14758
Bug #: 14758
Summary: asan does not compile on OS X
Product: compiler-rt
Version: 3.2
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
AssignedTo: unassignedbugs at nondot.org
ReportedBy: mgottesman at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Just checked out a new copy of compiler-rt and attempted to build it. Seems
that asan on OS X does not build because of:
/Users/gottesmm/work/llvm-git/projects/compiler-rt/lib/asan/asan_report.cc:469:1:
error: function declared 'noreturn' should not return
[-Werror,-Winvalid-noreturn]
}
Not sure what this is, (i.e. on OS X I am not sure if we support asan yet, so
it has not hit our testers). But just figured you guys would like to have it in
the bug tracking system.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list