mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-15 00:16:42 +00:00
Silence warning in Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3018f0ddd4
commit
53aaef8240
@ -44,6 +44,7 @@ MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
|
||||
|
||||
error_code EC = llvm::sys::fs::current_path(CompilationDir);
|
||||
assert(!EC && "Could not determine the current directory");
|
||||
(void)EC;
|
||||
|
||||
MachOUniquingMap = 0;
|
||||
ELFUniquingMap = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user