-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gn DXC build work for Linux and MacOS
- Do not build ASTMerge.cpp. This code is unused, and is expected to be stripped by the linker, but isn't in debug Linux builds. - Add explicit rpath for MacOS build so that the dxc executable can be run from any directory, otherwise it fails to load dxcompiler.so. - Make the 'dxc' target visible on the three main platforms when the target_cpu is x64. Bug: dawn:1862 Change-Id: I0bd79a151ed930048dfdeeca350c0911c0425a2b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/157300 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
- Loading branch information
Showing
2 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters