We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e793f5 commit 1f753d8Copy full SHA for 1f753d8
src/goto-cc/gcc_mode.cpp
@@ -813,7 +813,7 @@ int gcc_modet::run_gcc(const compilet &compiler)
813
for(const auto &a : cmdline.parsed_argv)
814
new_argv.push_back(a.arg);
815
816
- if(compiler.wrote_object_files())
+ if(!act_as_ld && compiler.wrote_object_files())
817
{
818
// Undefine all __CPROVER macros for the system compiler
819
std::map<irep_idt, std::size_t> arities;
0 commit comments