[clang] [llvm] riscv: Support -mstack-protector-guard=tls (PR #108942)
Jessica Clarke via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 12:04:48 PDT 2024
================
@@ -0,0 +1,50 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -verify-machineinstrs < %s | \
+; RUN: FileCheck %s
----------------
jrtc27 wrote:
The line above isn't (currently) long enough to warrant wrapping, but if you do you need to indent it like normal code so it's obviously a continuation line
https://github.com/llvm/llvm-project/pull/108942
More information about the cfe-commits
mailing list