Changeset View
Changeset View
Standalone View
Standalone View
lld/ELF/Options.td
Show First 20 Lines • Show All 698 Lines • ▼ Show 20 Lines | |||||
// Options listed below are silently ignored for now for compatibility. | // Options listed below are silently ignored for now for compatibility. | ||||
def: Flag<["-"], "d">; | def: Flag<["-"], "d">; | ||||
def: Flag<["-"], "g">; | def: Flag<["-"], "g">; | ||||
def: F<"long-plt">; | def: F<"long-plt">; | ||||
def: FF<"no-add-needed">; | def: FF<"no-add-needed">; | ||||
def: F<"no-copy-dt-needed-entries">; | def: F<"no-copy-dt-needed-entries">; | ||||
def: F<"no-ctors-in-init-array">; | def: F<"no-ctors-in-init-array">; | ||||
def: FF<"no-enum-size-warning">; | |||||
bwerl: Whoops, this should have been FF, same as down below. New patch coming shortly. | |||||
def: F<"no-keep-memory">; | def: F<"no-keep-memory">; | ||||
def: F<"no-warn-mismatch">; | def: F<"no-warn-mismatch">; | ||||
def: FF<"no-wchar-size-warning">; | |||||
def: Separate<["--", "-"], "rpath-link">; | def: Separate<["--", "-"], "rpath-link">; | ||||
def: J<"rpath-link=">; | def: J<"rpath-link=">; | ||||
def: F<"secure-plt">; | def: F<"secure-plt">; | ||||
def: F<"sort-common">; | def: F<"sort-common">; | ||||
def: F<"stats">; | def: F<"stats">; | ||||
def: F<"warn-execstack">; | def: F<"warn-execstack">; | ||||
def: F<"warn-once">; | def: F<"warn-once">; | ||||
def: F<"warn-shared-textrel">; | def: F<"warn-shared-textrel">; | ||||
Show All 26 Lines |
Whoops, this should have been FF, same as down below. New patch coming shortly.