tsan: fix argument passing in Go interface
authorDmitry Vyukov <dvyukov@google.com>
Fri, 6 Jun 2014 18:53:52 +0000 (18:53 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 6 Jun 2014 18:53:52 +0000 (18:53 +0000)
commit9ff85e96741c9d37979c09c7ddb0185fa4c697f1
treec59853ca0ced952029b3798a592f3cf31bde5b40
parentfcf31a73d18ed5055ee79009e8d5fcfdc21a8b3c
tsan: fix argument passing in Go interface
Go calling convention does not support bools (it probably works, but uptrs are safer)

llvm-svn: 210365
compiler-rt/lib/tsan/go/tsan_go.cc