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

Unified Diff: unittest/BitcodeMunge.cpp

Issue 1766233002: Subzero: Fix symbol name mangling. Make flags global. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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 | « unittest/BitcodeMunge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittest/BitcodeMunge.cpp
diff --git a/unittest/BitcodeMunge.cpp b/unittest/BitcodeMunge.cpp
index e554300835d853729b662f5eb70304b0fcce3a30..c5f0ca9ac8a52484ebdd796904d827a922757421 100644
--- a/unittest/BitcodeMunge.cpp
+++ b/unittest/BitcodeMunge.cpp
@@ -33,7 +33,7 @@ bool IceTest::SubzeroBitcodeMunger::runTest(const uint64_t Munges[],
bool DisableTranslation) {
const bool AddHeader = true;
setupTest(Munges, MungeSize, AddHeader);
- Ice::GlobalContext Ctx(DumpStream, DumpStream, DumpStream, nullptr, Flags);
+ Ice::GlobalContext Ctx(DumpStream, DumpStream, DumpStream, nullptr);
Ice::PNaClTranslator Translator(&Ctx);
const char *BufferName = "Test";
Flags.setDisableTranslation(DisableTranslation);
« no previous file with comments | « unittest/BitcodeMunge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698