1 load_lib target-supports.exp 2 3 if [istarget "nvptx-*-*"] { 4 # This test uses memcpy for block move in the same file as it 5 # defines it. The two decls are not the same, by design, and we 6 # end up emitting a definition of memcpy, along with a .extern 7 # declaration. This confuses the ptx assembler. 8 return 1 9 } 10 return 0 11