[PATCH] D59625: [WebAssembly] Merge used feature sets, update atomics linkage policy

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 16:49:44 PDT 2019


tlively marked an inline comment as done.
tlively added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp:207
+
+  void replaceFeatures(Function &F, const std::string& Feature) {
+    F.removeFnAttr("target-features");
----------------
aheejin wrote:
> clang-format?
Turns out my monorepo did not have my git hooks for this :( Should be fixed now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59625





More information about the llvm-commits mailing list