[PATCH] D53446: Set MAttrs in LTO mode

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 26 17:37:37 PDT 2018


MaskRay added inline comments.


================
Comment at: COFF/LTO.cpp:63
   C.OptLevel = Config->LTOO;
+
+  C.MAttrs = GetMAttrs();
----------------
Delete the empty line?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53446





More information about the llvm-commits mailing list