mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Pass new argument ExportSymbol to DIBuilder::createNameSpace
This commit is contained in:
parent
29abe6f9e8
commit
2e6d49de07
@ -747,7 +747,11 @@ extern "C" LLVMRustMetadataRef LLVMRustDIBuilderCreateNameSpace(
|
||||
unwrapDI<DIDescriptor>(Scope),
|
||||
Name,
|
||||
unwrapDI<DIFile>(File),
|
||||
LineNo));
|
||||
LineNo
|
||||
#if LLVM_VERSION_GE(4, 0)
|
||||
, false // ExportSymbols (only relevant for C++ anonymous namespaces)
|
||||
#endif
|
||||
));
|
||||
}
|
||||
|
||||
extern "C" void LLVMRustDICompositeTypeSetTypeArray(
|
||||
|
Loading…
Reference in New Issue
Block a user