summaryrefslogtreecommitdiff
path: root/lib/msan
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2016-12-15 18:54:27 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2016-12-15 18:54:27 +0000
commit8476c83cbf938e5114f4918294d9d7c705fbd118 (patch)
treed30368051cf0642d80f0cc32ca2f1abf8f327bdb /lib/msan
parent7c1324b79428b1d6e0d22cc657bfc08c012e0b3f (diff)
xray: fix assembly macro definition
projects/compiler-rt/lib/xray/xray_trampoline_x86_64.S:33:7: error: unexpected token in '.endm' directive .endm SAVE_REGISTERS ^ projects/compiler-rt/lib/xray/xray_trampoline_x86_64.S:52:7: error: unexpected token in '.endm' directive .endm RESTORE_REGISTERS ^ Remove the trailing name on the `.endm` which does not take the name of the macro. This should bring the compiler-rt build bot back into working state. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@289852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan')
0 files changed, 0 insertions, 0 deletions