File tree Expand file tree Collapse file tree 6 files changed +19
-18
lines changed
Expand file tree Collapse file tree 6 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -532,6 +532,9 @@ else()
532532endif ()
533533
534534if (CC_TARGETS_ARM64)
535+ if (CC_TARGET_OS_LINUX)
536+ message (WARNING "ARM64 linux build has not yet been tested, this build is unsupported." )
537+ endif ()
535538 if (BuildJIT)
536539 message (WARNING "ARM64 Jit not yet functional on platforms other than windows." )
537540 message (WARNING "For use rather than development please build with Jit disabled --no-jit with ./build.sh or -DDISABLE_JIT=1 if using CMake directly" )
Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ This agreement has been signed by:
4545| Ryoichi Kaida| camcam-lemon|
4646| Lukas Kurz| ShortDevelopment|
4747| Paul Pluzhnikov| EmployedRussian|
48+ | Ivan Krasilnikov| ivankra|
Original file line number Diff line number Diff line change 1- //
2- // Copyright (c) Microsoft. All rights reserved.
3- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
4- //
5-
6- /*++
7-
8-
9-
10-
11-
12- --*/
1+ //-------------------------------------------------------------------------------------------------------
2+ // ChakraCore/Pal
3+ // Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors
4+ // and edits (c) copyright the ChakraCore Contributors.
5+ // See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license
6+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
7+ //-------------------------------------------------------------------------------------------------------
138
149////////////////////////////////////////////////////////////////////////
1510// Extensions to the usual posix header files
Original file line number Diff line number Diff line change 1- //
2- // Copyright (c) Microsoft. All rights reserved.
3- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
4- //
1+ //-------------------------------------------------------------------------------------------------------
2+ // ChakraCore/Pal
3+ // Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors
4+ // and edits (c) copyright the ChakraCore Contributors.
5+ // See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license
6+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
7+ //-------------------------------------------------------------------------------------------------------
58
69/* Module Name:
710 include/pal/context.h
Original file line number Diff line number Diff line change 1818 <default >
1919 <files >toString.js</files >
2020 <baseline >toString_3.baseline</baseline >
21- <!-- TODO Investigate and re-enable this test on ARM64 macOS-->
22- <tags >exclude_mac</tags >
2321 </default >
2422 </test >
2523 <test >
Original file line number Diff line number Diff line change 11//-------------------------------------------------------------------------------------------------------
22// Copyright (C) Microsoft. All rights reserved.
3+ // Copyright (c) ChakraCore Project Contributors. All rights reserved.
34// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45//-------------------------------------------------------------------------------------------------------
56
You can’t perform that action at this time.
0 commit comments