[PATCH] D139092: [LLD][ELF] Cortex-M Security Extensions (CMSE) Support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 00:26:11 PST 2023


MaskRay added inline comments.


================
Comment at: lld/ELF/Driver.cpp:2564
+    if (!armCmseImpLib.empty()) {
+      llvm::TimeTraceScope timeScope("Parse Arm CMSE input lib",
+                                     armCmseImpLib[0]->getName());
----------------
Not sure the timeScope is useful. The library is likely very small.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139092



More information about the llvm-commits mailing list