Skip to content

Commit 0ed2f88

Browse files
committed
Move warp/clang to warp/native/clang
1 parent 415baf4 commit 0ed2f88

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build_llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def build_from_source(args):
270270
def build_warp_clang(args, lib_name):
271271
try:
272272
cpp_sources = [
273-
"clang/clang.cpp",
273+
"native/clang/clang.cpp",
274274
"native/crt.cpp",
275275
]
276276
clang_cpp_paths = [os.path.join(build_path, cpp) for cpp in cpp_sources]
File renamed without changes.

0 commit comments

Comments
 (0)