[clang] [llvm] wip: Move instrumentation passes (PR #92171)
Egor Pasko via cfe-commits
cfe-commits at lists.llvm.org
Wed May 22 05:48:53 PDT 2024
================
@@ -0,0 +1,31 @@
+; RUN: opt -passes="default<O1>" -S < %s | FileCheck %s
+; RUN: opt -passes="thinlto-pre-link<O2>" -S < %s | FileCheck %s
+; RUN: opt -passes="thinlto-pre-link<O2>,thinlto<O3>" -S < %s | FileCheck %s
+
+target triple = "x86_64-unknown-linux"
+
+define void @leaf_function() #0 {
----------------
pasko wrote:
Done.
https://github.com/llvm/llvm-project/pull/92171
More information about the cfe-commits
mailing list