[libc-commits] [libc] [libc] Enable bare-metal hermetic tests on Arm (PR #207361)
Volodymyr Turanskyy via libc-commits
libc-commits at lists.llvm.org
Tue Jul 7 09:01:17 PDT 2026
================
@@ -0,0 +1,162 @@
+/*===----------------------------------------------------------------------===*
+ *
+ * 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
+ *
+ *===----------------------------------------------------------------------===*
+ *
+ * \file
+ * Bare-metal LLVM libc test linker script.
+ *
+ *===----------------------------------------------------------------------===*/
----------------
voltur01 wrote:
I was not able to make `//` comments work in the `*.ld` file, I get the following error:
```
ld.lld: error: ../llvm-project/libc/test/UnitTest/llvm-libc-baremetal.ld:1: unknown directive: //
>>> // test comment
>>> ^
```
https://github.com/llvm/llvm-project/pull/207361
More information about the libc-commits
mailing list