llvm2cpp generates incorrect code #1889
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
llvm-tools
All llvm tools that do not have corresponding tag
Extended Description
#include <stdio.h>
extern "C" void NewMarker1()
{
printf("NewMarker1 \n");
printf("NewMarker1 \n");
}
llvm2cpp -f -gen-function -funcname=makeNewMarker1 -for=NewMarker1 test.bc -o substitute_bug.
test.cpp produces
The text was updated successfully, but these errors were encountered: