[clang] [llvm] [Clang] -fseparate-named-sections option (PR #91028)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat May 4 15:16:00 PDT 2024


================
@@ -0,0 +1,36 @@
+; Test that global values with explicit sections are placed into unique sections.
+
+; RUN: llc < %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:

Drop unused `2>&1`

https://github.com/llvm/llvm-project/pull/91028


More information about the cfe-commits mailing list