This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] -pthread implies -target-feature +sign-ext
ClosedPublic

Authored by tlively on Oct 16 2019, 5:30 PM.

Details

Summary

The sign extension proposal was motivated by a desire to not have
separate sign-extending atomic operations, so it is meant to be
enabled when threads are used.

Diff Detail

Event Timeline

tlively created this revision.Oct 16 2019, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2019, 5:30 PM
dschuff accepted this revision.Oct 16 2019, 5:42 PM
dschuff added inline comments.
clang/test/Driver/wasm-toolchain.c
76

-mno-sign-ext

This revision is now accepted and ready to land.Oct 16 2019, 5:42 PM
This revision was automatically updated to reflect the committed changes.
tlively marked an inline comment as done.