* Fix std::shared_mutex not found when compiling with clang-cl. LLVM's RWMutex assumes _MSC_VER is defined only when using the msvc compiler, but clang-cl also defines it, which uses libc++ that does not define std::shared_mutex for pre-C++17. To fix it, we also make sure __clang__ is not defined (_MSC_VER and __clang__ implies clang-cl). I will make a similar upstream fix. * Fix missing ___chkstk symbol linker error * Fix "warning C4018: '>': signed/unsigned mismatch" by disabling the warning. Bug: b/152339534 Bug: b/161554059 Bug: chromium:1106623 Bug: angleproject:4851 Change-Id: I8639417e3ff78d82477b5ff9699f63507ec2a4ec Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46628Reviewed-by:Nicolas Capens <nicolascapens@google.com> Tested-by:
Antonio Maiorano <amaiorano@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ADT | Loading commit data... | |
| Analysis | Loading commit data... | |
| AsmParser | Loading commit data... | |
| BinaryFormat | Loading commit data... | |
| Bitcode | Loading commit data... | |
| Bitstream | Loading commit data... | |
| CodeGen | Loading commit data... | |
| Config | Loading commit data... | |
| DWARFLinker | Loading commit data... | |
| DebugInfo | Loading commit data... | |
| Demangle | Loading commit data... | |
| ExecutionEngine | Loading commit data... | |
| Frontend/OpenMP | Loading commit data... | |
| FuzzMutate | Loading commit data... | |
| IR | Loading commit data... | |
| IRReader | Loading commit data... | |
| LTO | Loading commit data... | |
| LineEditor | Loading commit data... | |
| Linker | Loading commit data... | |
| MC | Loading commit data... | |
| MCA | Loading commit data... | |
| Object | Loading commit data... | |
| ObjectYAML | Loading commit data... | |
| Option | Loading commit data... | |
| Passes | Loading commit data... | |
| ProfileData | Loading commit data... | |
| Remarks | Loading commit data... | |
| Support | Loading commit data... | |
| TableGen | Loading commit data... | |
| Target | Loading commit data... | |
| Testing/Support | Loading commit data... | |
| TextAPI | Loading commit data... | |
| ToolDrivers | Loading commit data... | |
| Transforms | Loading commit data... | |
| WindowsManifest | Loading commit data... | |
| WindowsResource | Loading commit data... | |
| XRay | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| InitializePasses.h | Loading commit data... | |
| LinkAllIR.h | Loading commit data... | |
| LinkAllPasses.h | Loading commit data... | |
| Pass.h | Loading commit data... | |
| PassAnalysisSupport.h | Loading commit data... | |
| PassInfo.h | Loading commit data... | |
| PassRegistry.h | Loading commit data... | |
| PassSupport.h | Loading commit data... | |
| module.extern.modulemap | Loading commit data... | |
| module.install.modulemap | Loading commit data... | |
| module.modulemap | Loading commit data... | |
| module.modulemap.build | Loading commit data... |