Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

View File

@ -0,0 +1,35 @@
# Copyright 2022 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Test data for gcmole.
some_sources = [
### gcmole(all) ###
"file1.cc",
"file1.h",
"file2.cc",
]
other_sources = [
### gcmole(x64) ###
"x64/file1.cc",
"x64/file1.h",
"x64/file2.cc",
]
yet_more_sources = [
### gcmole(all) ###
"file3.cc",
# Some other comment.
"file4.cc",
"file4.h",
]
the_last_sources = [
### gcmole(arm) ###
"arm/file1.cc",
"arm/file1.h",
"arm/file2.cc",
]

View File

@ -0,0 +1,7 @@
defines = -DUSE_GLIB=1 -DV8_TARGET_ARCH_X64
include_dirs = -I.. -Igen -I../include -Igen/include
cflags = -Wall -Werror
cflags_cc = -isystem../../buildtools/third_party/libc++/trunk/include
label_name = v8_base_without_compiler
target_out_dir = obj
target_output_name = v8_base_without_compiler

View File

@ -0,0 +1,12 @@
# Copyright 2022 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Test data for gcmole.
some_sources = [
### gcmole(x64) ###
"foo-x64-file1.cc",
"test-x64-file1.cc",
"test-x64-file2.cc",
]