1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/opt
Chris Lattner 41c5ddb8cb make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
With this change, I can now move -stats to print when llvm_shutdown is called.

llvm-svn: 32250
2006-12-06 01:18:01 +00:00
..
AnalysisWrappers.cpp This needs the callgraph data structure to stick around as long as the 2006-12-05 19:43:42 +00:00
GraphPrinters.cpp Need iostream to be included for the time being. 2006-11-17 10:05:07 +00:00
Makefile Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
opt.cpp make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
PrintSCC.cpp Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. 2006-08-27 22:30:17 +00:00