Skip to content

Use .set instead of = for aliases#1491

Merged
aheejin merged 2 commits intoWebAssembly:masterfrom
aheejin:alias_syntax
Mar 30, 2018
Merged

Use .set instead of = for aliases#1491
aheejin merged 2 commits intoWebAssembly:masterfrom
aheejin:alias_syntax

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented Mar 30, 2018

llvm-mirror/llvm@9273bb3(Phabricator) changed alias assignment syntax from

x = y

to

.set x, y

This patch reflects the change.

llvm-mirror/llvm@9273bb3([Phabricator](https://reviews.llvm.org/D44256))
changed alias assignment syntax from
```
x = y
```
to
```
.set x, y
```
This patch reflects the change.
@aheejin aheejin merged commit 8215124 into WebAssembly:master Mar 30, 2018
@aheejin aheejin deleted the alias_syntax branch March 31, 2018 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants