[PATCH] D111757: [CFI] Add a module flag to allow custom section on globals with !type metadata when not doing CFI
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 19 01:27:23 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/GlobalDCE/virtual-functions-sections.ll:1
+; RUN: opt < %s -globaldce -lowertypetests -lowertypetests-summary-action=export -S | FileCheck %s
+
----------------
Shouldn't this test be in `lvm/test/Transforms/LowerTypeTests/` and independent of `-globaldce`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111757/new/
https://reviews.llvm.org/D111757
More information about the llvm-commits
mailing list