diff options
author | Brian Cain <bcain@quicinc.com> | 2024-09-07 15:46:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 15:46:17 -0500 |
commit | dbb03f8f606e587e981fc5f9393283828e30907a (patch) | |
tree | 146696e6e0adff859207c2b023016b5b1cc918d6 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 3d0f44f5ae9437005e90aa167d4180ff0d4fbe02 (diff) | |
download | llvm-dbb03f8f606e587e981fc5f9393283828e30907a.zip llvm-dbb03f8f606e587e981fc5f9393283828e30907a.tar.gz llvm-dbb03f8f606e587e981fc5f9393283828e30907a.tar.bz2 |
[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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions