File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ multiclass B_priv<string name> {
3131def align : P<"align", "Section alignment">;
3232def aligncomm : P<"aligncomm", "Set common symbol alignment">;
3333def 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.">;
3734def base : P<"base", "Base address of the program">;
3835def color_diagnostics: Flag<["--"], "color-diagnostics">,
3936 HelpText<"Alias for --color-diagnostics=always">;
@@ -359,3 +356,4 @@ def tlbid : P_priv<"tlbid">;
359356def tlbout : P_priv<"tlbout">;
360357def verbose_all : P_priv<"verbose">;
361358def guardsym : P_priv<"guardsym">;
359+ def arm64xsameaddress : P_priv<"arm64xsameaddress">;
You can’t perform that action at this time.
0 commit comments