[llvm-branch-commits] [llvm] [outliners] Turn nooutline into an Enum Attribute (PR #163665)
Craig Topper via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 10 19:59:28 PST 2026
================
@@ -0,0 +1,12 @@
+; RUN: llvm-as < %s | llvm-dis - | FileCheck %s
+
+; CHECK: define void @f() [[ATTR:#[0-9]+]]
----------------
topperc wrote:
Why do we need so many NOT? Can we check the full final attribute list? Are other unrelated attributes being added?
https://github.com/llvm/llvm-project/pull/163665
More information about the llvm-branch-commits
mailing list