Skip to content

Commit

Permalink
Dont build default.metallib when building ANGLE
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=259509
<rdar://112819533>
Reviewed by Alex Christensen.

The autogenerated metal file was accidently included as a
build target in ANGLE's default shared library. It's previously
been compiled in a seperate project that builds to
"ANGLEMetalLib.metallib". After the last ANGLE roll,
it was building to both "default.metallib" and 'ANGLEMetalLib.metallib'

This change restores the previous behavior for this library.

* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/266307@main
  • Loading branch information
kpiddington authored and achristensen07 committed Jul 26, 2023
1 parent f0224c3 commit b258292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@
FFC84CA12A4D1CE60063D8E0 /* mtl_buffer_manager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFC84C9D2A4D1CE50063D8E0 /* mtl_buffer_manager.mm */; };
FFC84CA22A4D1CE60063D8E0 /* mtl_pipeline_cache.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFC84C9E2A4D1CE50063D8E0 /* mtl_pipeline_cache.mm */; };
FFC84CA52A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC84CA32A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.h */; };
FFC84CA62A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.metal in Sources */ = {isa = PBXBuildFile; fileRef = FFC84CA42A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.metal */; };
FFC84CA72A4D1F830063D8E0 /* mtl_internal_shaders_src_autogen.metal in Sources */ = {isa = PBXBuildFile; fileRef = FFC84CA42A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.metal */; };
FFD0022727449647002BE3BC /* DeviceMtl.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFD0022627449647002BE3BC /* DeviceMtl.mm */; };
FFD00234274497C4002BE3BC /* UnfoldShortCircuitAST.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD0022A274497C4002BE3BC /* UnfoldShortCircuitAST.h */; };
Expand Down Expand Up @@ -3956,7 +3955,6 @@
FF4BB3642769467600994EBF /* mtl_context_device.mm in Sources */,
DF83E3872639FEB8000825EF /* mtl_format_table_autogen.mm in Sources */,
DF83E3712639FEB8000825EF /* mtl_format_utils.mm in Sources */,
FFC84CA62A4D1F330063D8E0 /* mtl_internal_shaders_src_autogen.metal in Sources */,
7BDC8C7D2993A4E000C2BDDF /* mtl_library_cache.mm in Sources */,
3A0EBFB92980B6C1002C72BC /* mtl_msl_utils.mm in Sources */,
DF83E37A2639FEB8000825EF /* mtl_occlusion_query_pool.mm in Sources */,
Expand Down

0 comments on commit b258292

Please sign in to comment.