Skip to content

Commit a25668e

Browse files
committed
Use P_priv for -arm64xsameaddress
1 parent 1899725 commit a25668e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lld/COFF/Options.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ multiclass B_priv<string name> {
3131
def align : P<"align", "Section alignment">;
3232
def aligncomm : P<"aligncomm", "Set common symbol alignment">;
3333
def alternatename : P<"alternatename", "Define weak alias">;
34-
def arm64xsameaddress
35-
: P<"arm64xsameaddress", "Generate a thunk for the symbol with the same "
36-
"address in both native and EC views on ARM64X.">;
3734
def base : P<"base", "Base address of the program">;
3835
def color_diagnostics: Flag<["--"], "color-diagnostics">,
3936
HelpText<"Alias for --color-diagnostics=always">;
@@ -359,3 +356,4 @@ def tlbid : P_priv<"tlbid">;
359356
def tlbout : P_priv<"tlbout">;
360357
def verbose_all : P_priv<"verbose">;
361358
def guardsym : P_priv<"guardsym">;
359+
def arm64xsameaddress : P_priv<"arm64xsameaddress">;

0 commit comments

Comments
 (0)