llvm-project/lldb/lit/Driver
Jonas Devlieghere b5c1d07920 [lit] Make TestConvenienceVariables a cpp file
The build.py script always runs the compiler in C++ mode, regardless of
the file extension. This results in mangled names presented to the
linker which in turn cannot find the printf symbol.

While we figure out how to solve this issue I've turned the source file
into a cpp file and added extern c. This should unbreak the bots.

llvm-svn: 349642
2018-12-19 17:10:21 +00:00
..
Inputs [lit] Make TestConvenienceVariables a cpp file 2018-12-19 17:10:21 +00:00
TestCommands.test
TestConvenienceVariables.test [lit] Make TestConvenienceVariables a cpp file 2018-12-19 17:10:21 +00:00
TestCore.test
TestFile.test
TestNoUseColor.test