mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Update documentation.
First feature is not CPU subtype anymore since r134127 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3d5c1cb33
commit
ed36a47867
@ -62,10 +62,8 @@ struct SubtargetInfoKV {
|
||||
///
|
||||
/// SubtargetFeatures - Manages the enabling and disabling of subtarget
|
||||
/// specific features. Features are encoded as a string of the form
|
||||
/// "cpu,+attr1,+attr2,-attr3,...,+attrN"
|
||||
/// "+attr1,+attr2,-attr3,...,+attrN"
|
||||
/// A comma separates each feature from the next (all lowercase.)
|
||||
/// The first feature is always the CPU subtype (eg. pentiumm). If the CPU
|
||||
/// value is "generic" then the CPU subtype should be generic for the target.
|
||||
/// Each of the remaining features is prefixed with + or - indicating whether
|
||||
/// that feature should be enabled or disabled contrary to the cpu
|
||||
/// specification.
|
||||
|
Loading…
Reference in New Issue
Block a user