================ @@ -0,0 +1,36 @@ +; Test that global values with explicit sections are placed into unique sections. + +; RUN: llc < %s 2>&1 | FileCheck %s ---------------- petrhosek wrote: Done. https://github.com/llvm/llvm-project/pull/91028