"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "3f5eb6610c3252e930241cd3205f9bec08213c28"
-
Rui Ueyama authored
LLD is a multi-threaded program. errs() or outs() are not guaranteed to be thread-safe (they are actually not). LLD's message(), log() or error() are thread-safe. We should use them. llvm-svn: 295787
Rui Ueyama authoredLLD is a multi-threaded program. errs() or outs() are not guaranteed to be thread-safe (they are actually not). LLD's message(), log() or error() are thread-safe. We should use them. llvm-svn: 295787
Loading