mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
The cleanup is done. Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f90cb8c98
commit
beff74f821
@ -7,11 +7,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file contains the hideously gross code that is currently used to select
|
// This just asks the TargetMachineRegistry for the appropriate JIT to use, and
|
||||||
// a particular TargetMachine for the JIT to use. This should obviously be
|
// allows the user to specify a specific one on the commandline with -march=x.
|
||||||
// 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.
|
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user