[all-commits] [llvm/llvm-project] 32cc96: [COFF] Move ghash timers under the "add objects" t...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Sat Oct 31 11:20:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32cc962ef35b94d24de188b7abfff9a9e2d74a6f
https://github.com/llvm/llvm-project/commit/32cc962ef35b94d24de188b7abfff9a9e2d74a6f
Author: Reid Kleckner <rnk at google.com>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M lld/COFF/PDB.cpp
Log Message:
-----------
[COFF] Move ghash timers under the "add objects" timer
I had envisioned the ghash step as a big up front step, but as currently
written, the timers are nested, and we are notionally adding types from
objects, so we might as well arrange the timers this way.
Commit: 09662eeb46f76cda0a8d1102d8f67f7ad8ad64de
https://github.com/llvm/llvm-project/commit/09662eeb46f76cda0a8d1102d8f67f7ad8ad64de
Author: Reid Kleckner <rnk at google.com>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M lld/test/wasm/bad-reloc.yaml
Log Message:
-----------
Fix lld/wasm test portability issue, and XFAIL the test
I don't see any warnings from lld.wasm locally. Needs more
investigation.
Compare: https://github.com/llvm/llvm-project/compare/70c6b8608725...09662eeb46f7
More information about the All-commits
mailing list