mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 19:19:14 +01:00
Update LLVM + Oboe
Initially this commit was only intended to update LLVM but due to a compilation error on latest LLVM libcxx due to the C++ stdlib header `<algorithm>` being a transitive dependency that is no longer transitively included on the latest LLVM libcxx (as of https://reviews.llvm.org/D119667), this required changes in Skyline and Oboe which were done in https://github.com/google/oboe/pull/1521 and the submodule has been updated to include those changes.
This commit is contained in:
parent
c549788377
commit
7ce2a903a1
@ -1 +1 @@
|
|||||||
Subproject commit 08e3a5ccd952edee36b3c002e3a29c6b1b5153de
|
Subproject commit abffdd88767791ef6da4d2df7ec7ab158eb8b775
|
@ -1 +1 @@
|
|||||||
Subproject commit 855ea841a93bf304065e5152909983b1b85ffabb
|
Subproject commit 9053f015ce1317d3c8bac0111c516b377c2e287e
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <deque>
|
||||||
#include <kernel/types/KEvent.h>
|
#include <kernel/types/KEvent.h>
|
||||||
#include <common/circular_buffer.h>
|
#include <common/circular_buffer.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <random>
|
#include <random>
|
||||||
#include <span>
|
#include <span>
|
||||||
#include <frozen/unordered_map.h>
|
#include <frozen/unordered_map.h>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <deque>
|
||||||
#include <kernel/types/KEvent.h>
|
#include <kernel/types/KEvent.h>
|
||||||
#include <services/serviceman.h>
|
#include <services/serviceman.h>
|
||||||
#include <common/macros.h>
|
#include <common/macros.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user