[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jul 11 03:25:01 PDT 2004


Changes in directory llvm/lib/ExecutionEngine/JIT:

TargetSelect.cpp updated: 1.5 -> 1.6

---
Log message:

The cleanup is done.  Update comment.


---
Diffs of the changes:  (+2 -5)

Index: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
diff -u llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp:1.5 llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp:1.6
--- llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp:1.5	Sat Jul 10 23:02:06 2004
+++ llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp	Sun Jul 11 03:24:02 2004
@@ -7,11 +7,8 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file contains the hideously gross code that is currently used to select
-// a particular TargetMachine for the JIT to use.  This should obviously be
-// improved in the future, probably by having the TargetMachines register
-// themselves with the runtime, and then have them choose themselves if they
-// match the current machine.
+// This just asks the TargetMachineRegistry for the appropriate JIT to use, and
+// allows the user to specify a specific one on the commandline with -march=x.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list