This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 19:52:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ad4a4b5cb7
llvm-mirror
/
unittests
/
DebugInfo
/
CMakeLists.txt
5 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
[CodeView] Add a random access type visitor. This adds a visitor that is capable of accessing type records randomly and caching intermediate results that it learns about during partial linear scans. This yields amortized O(1) access to a type stream even though type streams cannot normally be indexed. Differential Revision: https://reviews.llvm.org/D33009 llvm-svn: 302936
2017-05-12 21:18:12 +02:00
add_subdirectory
(
CodeView
)
Resubmit unittests for DebugInfoPDB. These were originally submitted as part of r228428, but this part caused a build breakage in LLVMConfig. The library portion was resubmitted independently since it was not causing breakage. There were two reasons this was causing the build to fail. The first is that there were no Makefiles added for the PDB tests. And the second is that the DebugInfoPDB library was only being built by CMake behind an "if (MSVC)" check. This is wrong since this the library hides platform specific details, and it was causing LLVM-Config to not find the library when trying to build unittests. llvm-svn: 228482
2015-02-07 02:47:14 +01:00
add_subdirectory
(
DWARF
)
[MSF] Move MSF unit tests to their own unittest target. llvm-svn: 309895
2017-08-03 00:26:09 +02:00
add_subdirectory
(
MSF
)
Resubmit unittests for DebugInfoPDB. These were originally submitted as part of r228428, but this part caused a build breakage in LLVMConfig. The library portion was resubmitted independently since it was not causing breakage. There were two reasons this was causing the build to fail. The first is that there were no Makefiles added for the PDB tests. And the second is that the DebugInfoPDB library was only being built by CMake behind an "if (MSVC)" check. This is wrong since this the library hides platform specific details, and it was causing LLVM-Config to not find the library when trying to build unittests. llvm-svn: 228482
2015-02-07 02:47:14 +01:00
add_subdirectory
(
PDB
)
Reference in New Issue
Copy Permalink