================ @@ -0,0 +1,83 @@ +; RUN: llc -O3 -mtriple arm64-linux -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-ASM +; What this test does is check that even with nomerge, the functions still get merged in +; compiled code as the ubsantrap call gets lowered to a single instruction: brk. ---------------- vitalybuka wrote:
you don't change MC, so I don't think we need the test here However we need a test in llvm-project/llvm/test/Instrumentation/BoundsChecking/ https://github.com/llvm/llvm-project/pull/65972 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits