forked from OSchip/llvm-project
![]() Currently when assertions are enabled, the cc1 flag is not inserted into the llvmcmd section of object files with embedded bitcode. This deviates from the normal behavior where this is the first flag that is inserted. This error stems from incorrect use of the function generateCC1CommandLine() which requires manually adding in the -cc1 flag which is currently not done. Reviewed By: jansvoboda11 Differential Revision: https://reviews.llvm.org/D130620 |
||
---|---|---|
.. | ||
ASTUnitTest.cpp | ||
CMakeLists.txt | ||
CodeGenActionTest.cpp | ||
CompilerInstanceTest.cpp | ||
CompilerInvocationTest.cpp | ||
FixedPointString.cpp | ||
FrontendActionTest.cpp | ||
OutputStreamTest.cpp | ||
PCHPreambleTest.cpp | ||
ParsedSourceLocationTest.cpp | ||
TextDiagnosticTest.cpp | ||
UtilsTest.cpp |