Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
4f074aed
Commit
4f074aed
authored
Dec 11, 2020
by
Greg Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README to avoid googletest breakage
Additional fix for #2480
parent
862ddcb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
README.md
+9
-0
No files found.
README.md
View file @
4f074aed
...
@@ -125,6 +125,15 @@ cd <the directory glslang was cloned to, "External" will be a subdirectory>
...
@@ -125,6 +125,15 @@ cd <the directory glslang was cloned to, "External" will be a subdirectory>
git clone https://github.com/google/googletest.git External/googletest
git clone https://github.com/google/googletest.git External/googletest
```
```
TEMPORARY NOTICE: additionally perform the following to avoid a current
breakage in googletest:
```
bash
cd
External/googletest
git checkout 0c400f67fcf305869c5fb113dd296eca266c9725
cd
../..
```
If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan,
If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan,
wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, or wish to run the
wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, or wish to run the
integrated test suite, install spirv-tools with this:
integrated test suite, install spirv-tools with this:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment