[llvm] [llvm][GlobalOpt] Remove empty atexit destructors/handlers (PR #88836)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 20:11:17 PDT 2024


================
@@ -0,0 +1,46 @@
+; RUN: opt < %s -S -passes='cgscc(inline),function(early-cse),globalopt' | FileCheck %s
----------------
nikic wrote:

Change the test to only run globalopt, use update_test_checks.py.

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


More information about the llvm-commits mailing list