[llvm] [llvm][MC][ARM] Don't autoresolve fixups (PR #76574)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 15:28:32 PST 2024


================
@@ -0,0 +1,14 @@
+@ RUN: not llvm-mc -filetype=obj -o /dev/null %s 2>&1 -triple=armv8.2a-eabi     | FileCheck %s
----------------
MaskRay wrote:

same-section and diff-section tests can be in one file. `llvm/test/MC/ARM/pcrel-vldr-same-section.s` contains a lot of details that seem unrelated to the main purpose of the patch and should be reduced. There are also lots of instructions that may contain duplicates.

https://github.com/llvm/llvm-project/pull/76574


More information about the llvm-commits mailing list