[all-commits] [llvm/llvm-project] dbb03f: [compiler-rt] Replace assignment w/.set directive ...

Brian Cain via All-commits all-commits at lists.llvm.org
Sat Sep 7 13:46:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbb03f8f606e587e981fc5f9393283828e30907a
      https://github.com/llvm/llvm-project/commit/dbb03f8f606e587e981fc5f9393283828e30907a
  Author: Brian Cain <bcain at quicinc.com>
  Date:   2024-09-07 (Sat, 07 Sep 2024)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_redefine_builtins.h

  Log Message:
  -----------
  [compiler-rt] Replace assignment w/.set directive (#107667)

These assignment statements are rejected by `llvm-mc --triple=hexagon`,
likely because the syntax so strongly resembles hexagon asm mnemonics.

The statements were being normalized by llvm-mc into `.set` directives
for most architectures, so I assume that this change is a portable one.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list