[clang] [llvm] [RISCV] Implement the implications of C extension (PR #132259)
    Jesse Huang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 20 10:52:42 PDT 2025
    
    
  
================
@@ -25,8 +25,8 @@ addi a0, a1, 0
 # CHECK: # encoding:  [0xe0,0x1f]
 addi s0, sp, 1020
 
-# CHECK: .option arch, -c
-.option arch, -c
+# CHECK: .option arch, -c, -zca
+.option arch, -c, -zca
----------------
jaidTw wrote:
I tried but failed, seems like both are required
https://github.com/llvm/llvm-project/pull/132259
    
    
More information about the llvm-commits
mailing list