================ @@ -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