Only strip symbols if emitting bytecode to the assembly file.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 2 Apr 2004 17:52:40 +0000 (17:52 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 2 Apr 2004 17:52:40 +0000 (17:52 +0000)
commit79ee87b1bba3f35ed8a7bcc1e598304836a22124
treeaa3a34d7870cb176f1b240824b503f72e90f681e
parent142e22a5f497ff33baff6819c8a7d686fa28c7f5
Only strip symbols if emitting bytecode to the assembly file.

Move lowerselect pass to come after preselection.  Move machine
code construction and stack slots pass to come right before instruction
selection. This is to help fix perlbmk.

Update comments.

Make the sequence of passes in addPassesToJITCompile look more like
the sequence of passes in addPassesToEmitAssembly, including support
for -print-machineinstrs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12614 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp