[lld] [lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (PR #140670)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 13:48:16 PDT 2025
================
@@ -0,0 +1,28 @@
+//===- Utils.h ------------------------------------------------*- C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+// The file declares untils functions that can be shared across archs.
+//===----------------------------------------------------------------------===//
----------------
ellishg wrote:
```suggestion
//===----------------------------------------------------------------------===//
//
// The file declares utils functions that can be shared across archs.
//
//===----------------------------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/140670
More information about the llvm-commits
mailing list