xray: fix assembly macro definition
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 15 Dec 2016 18:54:27 +0000 (18:54 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 15 Dec 2016 18:54:27 +0000 (18:54 +0000)
commitc9dcfc51828313daacfce83b1fabc2d4c5fe4e52
treeed0cd72b523fc3f3eb7fee35acf0c80279c834dd
parent561117caba249ebdd5ddb9f67fce46adca54402f
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.

llvm-svn: 289852
compiler-rt/lib/xray/xray_trampoline_x86_64.S