MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / saveBitcode

Function saveBitcode

tv/tv.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void saveBitcode(const llvm::Module *M) {
134 SavedBitcode.clear();
135 llvm::raw_string_ostream OS(SavedBitcode);
136 WriteBitcodeToFile(*M, OS);
137}
138
139void emitCommandLine(ostream *out) {
140#ifdef __linux__

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected