Actions: replace $LD
with $CC
or $CXX
?
#43445
Labels
C:actions
Related to blight's supported actions
$LD
with $CC
or $CXX
?
#43445
I had this idea while thinking about a resolution for GaloisInc/MATE#58: the C/C++ compiler frontend should have most (all?) of the same functionality as the linker it wraps, and replacing
$LD
invocations in a build with$CC
or$CXX
invocations would make nested instrumentation (via GLLVM) more accurate.The text was updated successfully, but these errors were encountered: