[llvm] [LoongArch] Support .option directive (PR #110404)
    Lu Weining via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct  7 01:28:34 PDT 2024
    
    
  
================
@@ -0,0 +1,59 @@
+# RUN: llvm-mc --triple loongarch64 --mattr=-relax < %s \
+# RUN:     | FileCheck --check-prefix=CHECK-ASM %s
+# RUN: llvm-mc --triple loongarch64 --filetype=obj < %s \
+# RUN:     | llvm-readobj -r - | FileCheck --check-prefix=CHECK-RELOC %s
+
+# Test the operation of the push and pop assembler directives when
----------------
SixWeining wrote:
Use two `#`s as non-check comments.
https://github.com/llvm/llvm-project/pull/110404
    
    
More information about the llvm-commits
mailing list