This change generalizes the code used to create global LLVM
variables referencing predefined strings (e.g. FUNCTION): now it
just calls GetAddrOfConstantStringFromLiteral method. As a result,
global variables for these predefined strings may get mangled names
and linkonce_odr linkage. Fix the test accordingly.
Details
Details
Diff Detail
Diff Detail