DirectXShaderCompiler/utils
Takuto Ikuta 978d36221d
fix compile error for newer VS toolchain (#6648)
This is to fix compile error like

```
../../third_party/dxc/utils/TableGen/AsmWriterEmitter.cpp(974): error C2666: '`anonymous-namespace'::IAPrinter::operator ==': overloaded functions have similar conversions
../../third_party/dxc/utils/TableGen/AsmWriterEmitter.cpp(739): note: could be 'bool `anonymous-namespace'::IAPrinter::operator ==(const `anonymous-namespace'::IAPrinter &)'
../../third_party/dxc/utils/TableGen/AsmWriterEmitter.cpp(739): note: or 'bool `anonymous-namespace'::IAPrinter::operator ==(const `anonymous-namespace'::IAPrinter &)' [synthesized expression 'y == x']
../../third_party/dxc/utils/TableGen/AsmWriterEmitter.cpp(974): note: while trying to match the argument list '(`anonymous-namespace'::IAPrinter, `anonymous-namespace'::IAPrinter)'
```
in dawn project which is updating to newer VS toolchain.

This imports fix from
4ab57cd9ab.

more context is in https://issues.chromium.org/issues/341890053#comment2
2024-05-30 10:21:18 -04:00
..
FileCheck Add check-prefixes support for FileCheck. (#4769) 2022-11-07 15:58:21 -08:00
KillTheDoctor Make correct/consistent include capitalization (#1269) 2018-05-10 10:47:52 -07:00
Misc first commit 2016-12-28 11:52:27 -08:00
PerfectShuffle Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
TableGen fix compile error for newer VS toolchain (#6648) 2024-05-30 10:21:18 -04:00
buildit first commit 2016-12-28 11:52:27 -08:00
count Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
crosstool first commit 2016-12-28 11:52:27 -08:00
fpcmp Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
git Bump requests from 2.31.0 to 2.32.0 in /utils/git (#6638) 2024-05-21 12:39:35 -07:00
git-svn Rename master branch to main (#4461) 2022-05-16 15:00:19 -07:00
hct NFC: ExtractIRForPassTest.py error reporting when pass not found (#6325) 2024-05-24 13:39:38 -07:00
jedit first commit 2016-12-28 11:52:27 -08:00
kate first commit 2016-12-28 11:52:27 -08:00
lint Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
lit Write lit xml output as utf-8 (#6130) 2024-01-05 11:32:49 -08:00
llvm-build Disable LLVMBuild.txt dependencies and DummyConfigureOutput writing for official builds (#3319) 2020-12-14 20:26:29 -08:00
llvm-lit Merge branch 'main' into 'staging-sm-6.8' (#5741) 2023-09-18 22:01:12 -07:00
not Add `-verify` flag to DXC (#5032) 2023-02-16 17:56:34 -06:00
release Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
testgen Clean up mistakes made when fixing copyright banners. 2017-01-25 14:36:50 -08:00
textmate first commit 2016-12-28 11:52:27 -08:00
unittest [C++17] Force C++17 when build DXC (#5520) 2023-08-22 13:20:27 -04:00
valgrind first commit 2016-12-28 11:52:27 -08:00
version Update version to 1.8.2405 (#6603) 2024-05-08 23:07:19 +00:00
yaml-bench Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
DSAclean.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
DSAextract.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
GenLibDeps.pl first commit 2016-12-28 11:52:27 -08:00
GetCommitInfo.py Enable build without git enlistment (#2386) 2019-07-30 23:40:42 +02:00
GetRepositoryPath first commit 2016-12-28 11:52:27 -08:00
GetSourceVersion first commit 2016-12-28 11:52:27 -08:00
LLVMBuild.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
UpdateCMakeLists.pl first commit 2016-12-28 11:52:27 -08:00
bisect first commit 2016-12-28 11:52:27 -08:00
check-each-file first commit 2016-12-28 11:52:27 -08:00
clang-parse-diagnostics-file first commit 2016-12-28 11:52:27 -08:00
codegen-diff first commit 2016-12-28 11:52:27 -08:00
countloc.sh Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
create_ladder_graph.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
findmisopt first commit 2016-12-28 11:52:27 -08:00
findoptdiff first commit 2016-12-28 11:52:27 -08:00
findsym.pl first commit 2016-12-28 11:52:27 -08:00
getsrcs.sh Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
lldbDataFormatters.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-compilers-check Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-native-gxx first commit 2016-12-28 11:52:27 -08:00
llvm.grm first commit 2016-12-28 11:52:27 -08:00
llvm.natvis first commit 2016-12-28 11:52:27 -08:00
llvmdo Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvmgrep Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
makellvm first commit 2016-12-28 11:52:27 -08:00
prepare-code-coverage-artifact.py Bring in code coverage tooling (#4759) 2022-11-15 12:17:03 -06:00
shuffle_fuzz.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
sort_includes.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
test_debuginfo.pl first commit 2016-12-28 11:52:27 -08:00
update_llc_test_checks.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
update_spirv_deps.sh Prevent update_spirv_deps.sh from updating re2 and effcee. (#5250) 2023-06-14 11:25:36 -04:00
wciia.py Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00