[PATCH] D69075: [WebAssembly] -pthread implies -target-feature +sign-ext

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 17:49:10 PDT 2019


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/Driver/wasm-toolchain.c:76
 
+// '-pthread' not allowed with '-mno-mutable-globals'
+// RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown \
----------------
`-mno-sign-ext`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69075/new/

https://reviews.llvm.org/D69075





More information about the cfe-commits mailing list