[clang] [llvm] riscv: Support -mstack-protector-guard=tls (PR #108942)
Keith Packard via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 13:27:53 PDT 2024
================
@@ -0,0 +1,47 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=riscv64-unknown-elf -verify-machineinstrs < %s \
+; RUN: | FileCheck %s
+
+define void @foo(i64 %t) sspstrong {
----------------
keith-packard wrote:
Thanks for your patience. Yes, adding nounwind eliminates the unwind information from the test output, which seems like a useful simplification.
https://github.com/llvm/llvm-project/pull/108942
More information about the cfe-commits
mailing list