Sylvestre Ledru
68f58a75a7
Do not install lit-cpuid
...
Summary:
AFAIK, lit-cpuid is used by the tests.
Installing it causes LLVMExports*.cmake files to depend
on this program.
It causes some serious packaging issues as it would means
that llvm-dev depends on lldb.
See:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941082
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941306
See also https://bugs.llvm.org/show_bug.cgi?id=43035
for a similar issue caused by
https://reviews.llvm.org/D56606
Reviewers: mgorny
Reviewed By: mgorny
Subscribers: delcypher, lldb-commits
Differential Revision: https://reviews.llvm.org/D68537
llvm-svn: 373819
2019-10-05 08:22:40 +00:00
Jonas Devlieghere
93f505942c
[Utils] Add back utils directory
...
Due to a bug my earlier commit removed the whole utils directory:
https://reviews.llvm.org/D65123
llvm-svn: 366830
2019-07-23 17:47:08 +00:00
Jonas Devlieghere
6491076ec6
[Utils] Remove legacy scripts
...
As pointed out by Nathan in D65155, these scrips don't seem to serve any
real need anymore.
llvm-svn: 366827
2019-07-23 17:23:36 +00:00
Stefan Granitz
a3388e5f9e
[CMake] Folder structure for generated Xcode project to cover more targets
...
llvm-svn: 361799
2019-05-28 09:29:05 +00:00
Michal Gorny
eae1493688
[lldb] [lit] Add tests for reading ZMM registers (AVX512)
...
Differential Revision: https://reviews.llvm.org/D61212
llvm-svn: 359439
2019-04-29 11:38:10 +00:00
Michal Gorny
2ff59e554b
[lldb] [lit] Add register read tests for YMM registers (AVX)
...
Differential Revision: https://reviews.llvm.org/D61074
llvm-svn: 359304
2019-04-26 13:21:58 +00:00
Michal Gorny
9c3824aad7
[lldb] [lit] Add feature flags for native CPU features
...
Add a new lit-cpuid tool that detects CPU features used by some of
the tests, and use it to populate available_features in lit. For now,
this means that the test for MM/XMM register read will be run only
when the host CPU support SSE instruction set. However, this is going
to make it possible to introduce additional tests relying on AVX.
Differential Revision: https://reviews.llvm.org/D61073
llvm-svn: 359303
2019-04-26 13:21:46 +00:00