[clang] [llvm] wip: Move instrumentation passes (PR #92171)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 14:03:04 PDT 2024
================
@@ -0,0 +1,44 @@
+; RUN: opt -passes="default<O0>" -S < %s | FileCheck -check-prefix=PRELTO %s
+; RUN: opt -passes="default<O1>" -S < %s | FileCheck -check-prefix=PRELTO %s
+; RUN: opt -passes="thinlto-pre-link<O0>,thinlto<O0>" -S < %s | FileCheck -check-prefix=PRELTO %s
----------------
aeubanks wrote:
don't run two pipelines in a single `opt` invocation, and we need tests for `thinlto<O0>`/`lto<O0>`
https://github.com/llvm/llvm-project/pull/92171
More information about the llvm-commits
mailing list