-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRi#1781: add pdb files for exported static libraries
Updates DR to 29cc677 for pdb files for DR's static libraries, and adds pdb files for DRMF static libraries for CMake 3.1+ via the COMPILE_PDB_* properties. Review-URL: https://codereview.appspot.com/269080043
- Loading branch information
1 parent
4b3d7da
commit 09e3d62
Showing
6 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dynamorio
updated
16 files
+18 −0 | CMakeLists.txt | |
+0 −6 | clients/drcachesim/CMakeLists.txt | |
+0 −7 | clients/drcov/CMakeLists.txt | |
+0 −5 | clients/drcpusim/CMakeLists.txt | |
+0 −5 | clients/drltrace/CMakeLists.txt | |
+1 −4 | core/win32/drmarker.c | |
+4 −6 | ext/CMakeLists.txt | |
+1 −15 | ext/drcontainers/CMakeLists.txt | |
+2 −2 | ext/drmgr/CMakeLists.txt | |
+2 −2 | ext/drreg/CMakeLists.txt | |
+2 −2 | ext/drsyms/CMakeLists.txt | |
+2 −2 | ext/drutil/CMakeLists.txt | |
+2 −2 | ext/drwrap/CMakeLists.txt | |
+2 −2 | ext/drx/CMakeLists.txt | |
+1 −0 | libutil/CMakeLists.txt | |
+6 −0 | make/policies.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters