DirectXShaderCompiler/unittests
Chris B b0d5211b5a
Fix failing LLVM ArrayRef unit test (#4800)
The initializer list goes out of scope after the expression it is used
in, so the ArrayRef points to invalid memory. This change keeps the
initialization list around so that the array ref remains valid through
the test.
2022-11-21 10:24:14 -06:00
..
ADT Fix failing LLVM ArrayRef unit test (#4800) 2022-11-21 10:24:14 -06:00
Analysis Make it possible to enable building LLVM & Clang unit tests (#4020) 2021-10-20 12:32:45 -05:00
AsmParser Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Bitcode Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
CodeGen Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
DebugInfo Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
IR Get LLVM Unit Tests Passing (#4021) 2021-10-29 17:07:27 -05:00
Linker Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
MC Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Option Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ProfileData Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Support Get LLVM Unit Tests Passing (#4021) 2021-10-29 17:07:27 -05:00
Transforms Make it possible to enable building LLVM & Clang unit tests (#4020) 2021-10-20 12:32:45 -05:00
CMakeLists.txt Make it possible to enable building LLVM & Clang unit tests (#4020) 2021-10-20 12:32:45 -05:00
Makefile.unittest Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00