[PATCH] D46167: [LLVM-C] Add DIBuilder bindings to create import declarations
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 28 17:50:06 PDT 2018
thakis added a comment.
This has broken many bots with:
/b/sanitizer-x86_64-linux/build/llvm/tools/llvm-c-test/debuginfo.c:48:19: error: unused variable 'AliasImportedModule' [-Werror,-Wunused-variable]
LLVMMetadataRef AliasImportedModule =
^
Can you take a look?
Repository:
rL LLVM
https://reviews.llvm.org/D46167
More information about the llvm-commits
mailing list