Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: test/cctest/cctest.gyp

Issue 2720133004: Revert "Revert of [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator (patchset #8 id:1… (Closed)
Patch Set: fix compile issue Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-simulator-arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'test-utils-arm64.h', 257 'test-utils-arm64.h',
258 'test-assembler-arm64.cc', 258 'test-assembler-arm64.cc',
259 'test-code-stubs.cc', 259 'test-code-stubs.cc',
260 'test-code-stubs.h', 260 'test-code-stubs.h',
261 'test-code-stubs-arm64.cc', 261 'test-code-stubs-arm64.cc',
262 'test-disasm-arm64.cc', 262 'test-disasm-arm64.cc',
263 'test-fuzz-arm64.cc', 263 'test-fuzz-arm64.cc',
264 'test-javascript-arm64.cc', 264 'test-javascript-arm64.cc',
265 'test-js-arm64-variables.cc', 265 'test-js-arm64-variables.cc',
266 'test-run-wasm-relocation-arm64.cc', 266 'test-run-wasm-relocation-arm64.cc',
267 'test-simulator-arm64.cc',
267 ], 268 ],
268 'cctest_sources_s390': [ ### gcmole(arch:s390) ### 269 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
269 'test-assembler-s390.cc', 270 'test-assembler-s390.cc',
270 'test-code-stubs.cc', 271 'test-code-stubs.cc',
271 'test-code-stubs.h', 272 'test-code-stubs.h',
272 'test-disasm-s390.cc', 273 'test-disasm-s390.cc',
273 ], 274 ],
274 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### 275 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
275 'test-assembler-ppc.cc', 276 'test-assembler-ppc.cc',
276 'test-code-stubs.cc', 277 'test-code-stubs.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../../gypfiles/isolate.gypi', 524 '../../gypfiles/isolate.gypi',
524 ], 525 ],
525 'sources': [ 526 'sources': [
526 'cctest.isolate', 527 'cctest.isolate',
527 ], 528 ],
528 }, 529 },
529 ], 530 ],
530 }], 531 }],
531 ], 532 ],
532 } 533 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-simulator-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698