1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Daniel Dunbar 5bec168037 Normalize SourceMgr messages.
- Don't print "Parsing" in front of every message.

 - Take additional "type" argument which is prepended to the message (with ": ")
   if given.

 - Update clients to print errors (warnings) as:
<filename>:<line number>: error(warning): ...

llvm-svn: 74489
2009-06-30 00:49:23 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Struct types are described using field types only. 2009-06-29 23:46:50 +00:00
CompilerDriver Add a way to access argv[0] in hooks. 2009-06-30 00:16:00 +00:00
Debugger
ExecutionEngine
Linker
MC llvm-mc: Parse .{,b,p2}align{,w,l} directives. 2009-06-29 23:46:59 +00:00
Support Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
System
Target
Transforms
VMCore Add LLVMContext, which will eventually be used as a container for privatizing a lot of (currently) global state, including the 2009-06-30 00:48:55 +00:00
Makefile