[PATCH] D129151: [Metadata] Add 'exclude' metadata to add the exclude flags on globals

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 12:16:18 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/X86/offload_sections.ll:1
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-ELF
 ; RUN: llc < %s -mtriple=x86_64-win32-gnu | FileCheck %s --check-prefix=CHECK-COFF
----------------
`!associated` tests may give insight how to add more cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129151/new/

https://reviews.llvm.org/D129151



More information about the llvm-commits mailing list