mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
[ORC] Suppress an ORCv1 deprecation warning.
llvm-svn: 366485
This commit is contained in:
parent
0651e9bf34
commit
09e51c4e83
@ -316,7 +316,8 @@ public:
|
||||
if (auto Err = CtorRunner.runViaLayer(*this))
|
||||
return std::move(Err);
|
||||
|
||||
IRStaticDestructorRunners.emplace_back(std::move(DtorNames), K);
|
||||
IRStaticDestructorRunners.emplace_back(AcknowledgeORCv1Deprecation,
|
||||
std::move(DtorNames), K);
|
||||
|
||||
return K;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user