[PATCH] D70421: Initialize global vectors with invalid members to catch uninitialization errors
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 00:22:21 PST 2019
ruiu added a comment.
The other way of testing this is actually invoking the linker twice from main(), only in a test mode (specified by some environment variable), to see if it works. It is doable, and it should be able to detect all errors, but I'm not sure if we want to run tests twice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70421/new/
https://reviews.llvm.org/D70421
More information about the llvm-commits
mailing list