Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: syzygy/pe/unittest_util.h

Issue 2983783002: Run the integration tests against the Clang instrumented DLL. (Closed)
Patch Set: Address Chris comment. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/integration_tests/instrument_integration_test.cc ('k') | syzygy/pe/unittest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/unittest_util.h
diff --git a/syzygy/pe/unittest_util.h b/syzygy/pe/unittest_util.h
index 15c1dc1e2e8660f8999147701c7ec5fe6edbc6ad..6148d43233cbf1afe0bee8fd1478701afa4a6740 100644
--- a/syzygy/pe/unittest_util.h
+++ b/syzygy/pe/unittest_util.h
@@ -41,6 +41,7 @@ extern const wchar_t kTestDllPdbName64[];
// Name of the integrations tests DLLs and PDBs.
extern const wchar_t kIntegrationTestsDllName[];
extern const wchar_t kIntegrationTestsDllPdbName[];
+extern const wchar_t kIntegrationTestsClangDllName[];
// Name of the DLL containing an empty exports directory.
extern const wchar_t kNoExportsDllName[];
« no previous file with comments | « syzygy/integration_tests/instrument_integration_test.cc ('k') | syzygy/pe/unittest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698