Skip to content

Commit 2f5f38a

Browse files
committed
force xml generator linkage
1 parent bd76998 commit 2f5f38a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/tests/TestMain.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include <llvm/Support/raw_ostream.h>
2121
#include <cstdlib>
2222

23+
// VFALCO GARBAGE
24+
extern void force_xml_generator_linkage();
25+
2326
// Each test comes as a pair of files.
2427
// A .cpp file containing valid declarations,
2528
// and a .xml file containing the expected output
@@ -35,6 +38,9 @@ namespace {
3538
int
3639
do_main(int argc, const char** argv)
3740
{
41+
// VFALCO GARBAGE
42+
force_xml_generator_linkage();
43+
3844
namespace fs = llvm::sys::fs;
3945
namespace path = llvm::sys::path;
4046

0 commit comments

Comments
 (0)