[llvm] [IR] Allow uses of `llvm.global_ctors` and `llvm.global_dtors` (PR #96477)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 14:31:48 PDT 2024


================
@@ -1,16 +0,0 @@
-; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
----------------
kovdan01 wrote:

Thanks for suggestion. I've added llvm/test/CodeGen/Generic/global-ctors-dtors-uses.ll since Verifier subdir does not look as a right place for such a positive test.

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


More information about the llvm-commits mailing list