[PATCH] D43525: Inline a trivial ctor.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 14:19:41 PST 2018


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


================
Comment at: lld/wasm/Driver.cpp:38
 
+namespace {
 // Create enum with OPT_xxx values for each option in Options.td
----------------
Can you keep the empty line after the start of the namespace?


https://reviews.llvm.org/D43525





More information about the llvm-commits mailing list