[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 16 09:40:34 PDT 2025
================
@@ -0,0 +1,16 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-attributes --version 6
+// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-unknown-linux-gnu -disable-O0-optnone -o - | FileCheck %s
----------------
Sirraide wrote:
We should also have a C++ codegen test, but that can just be an extra RUN line w/ `-x c++`.
https://github.com/llvm/llvm-project/pull/163666
More information about the llvm-branch-commits
mailing list